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

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