1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-08 00:10:12 +01:00
fdroidserver/buildserver/cookbooks/fdroidbuild-general/recipes/default.rb

8 lines
252 B
Ruby
Raw Normal View History

2013-03-13 13:04:30 +01:00
%w{ant ant-contrib autoconf bison libtool libssl1.0.0 libssl-dev maven javacc python git-core mercurial subversion bzr git-svn make perlmagick pkg-config zip ruby rubygems librmagick-ruby}.each do |pkg|
package pkg do
action :install
end
end