1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-20 11:50:37 +02:00
fdroidserver/buildserver/cookbooks/fdroidbuild-general/recipes/default.rb
2012-12-13 09:19:42 +00:00

8 lines
211 B
Ruby

%w{ant ant-contrib autoconf bison libtool libssl1.0.0 libssl-dev maven javacc python git-core mercurial subversion bzr git-svn make perlmagick zip}.each do |pkg|
package pkg do
action :install
end
end