summarylogtreecommitdiffstats
path: root/Rakefile
blob: 1155fcacdc9d833b63ffdf50af32721b7c85f268 (plain)
1
2
3
4
5
6
7
8
9
file('.SRCINFO') do |t|
  sh "makepkg --printsrcinfo > #{t.name}"
end

task :build do |t|
  sh "makepkg"
end

task :default => [:build,'.SRCINFO']