summarylogtreecommitdiffstats
path: root/Rakefile
blob: f6d509ad2148c24a01e1fafc3a516227441cb912 (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 => [:build,:info]