summarylogtreecommitdiffstats
path: root/Rakefile
blob: e64de4c5f8240cbbc28920fd819381fceac9704e (plain)
1
2
3
4
5
task :info  do; sh "makepkg --printsrcinfo > .SRCINFO"; end
task :build do; sh "makepkg"; end

desc "build package in info file"
task :default => [:info,:build]