mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 07:22:29 +03:00
7 lines
138 B
Ruby
7 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
|
|
|