1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-20 03:50:16 +02:00
fdroidserver/buildserver/cookbooks/fdroidbuild-general/recipes/default.rb

8 lines
178 B
Ruby
Raw Normal View History

2012-09-24 15:05:25 +02:00
%w{ant ant-contrib autoconf libtool maven javacc python git-core mercurial subversion bzr git-svn make perlmagick}.each do |pkg|
package pkg do
action :install
end
end