1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-19 19:40:17 +02:00
fdroidserver/buildserver/cookbooks/fdroidbuild-general/recipes/default.rb
2012-02-21 00:01:07 +00:00

8 lines
138 B
Ruby

%w{ant ant-contrib maven2 javacc python git-core mercurial subversion bzr}.each do |pkg|
package pkg do
action :install
end
end