package %w[
gcc
+ g++
make
autoconf
automake
+ pkg-config
libxml2-dev
libboost-dev
libboost-program-options-dev
git "/opt/planet-dump-ng" do
action :sync
- repository "git://github.com/zerebubuth/planet-dump-ng.git"
+ repository "https://github.com/zerebubuth/planet-dump-ng.git"
revision "v1.1.6"
+ depth 1
user "root"
group "root"
end
owner "www-data"
group "www-data"
mode 0o755
+ recursive true
end
%w[planetdump planet-mirror-redirect-update].each do |program|