Gabriel Ebner
e1d77060f6
subrepo: subdir: "git-subrepo-xdg" merged: "5c3c8c3" upstream: origin: "https://aur.archlinux.org/git-subrepo-xdg" branch: "master" commit: "5c3c8c3" git-subrepo: version: "0.4.1" origin: "???" commit: "???"
16 lines
192 B
Makefile
16 lines
192 B
Makefile
build:
|
|
makepkg -f
|
|
|
|
install:
|
|
yes | makepkg -i
|
|
|
|
clean:
|
|
rm -rf pkg src
|
|
rm -rf git-subrepo*
|
|
|
|
update-srcinfo:
|
|
makepkg --printsrcinfo > .SRCINFO
|
|
|
|
generate-checksums:
|
|
makepkg -g -f -p PKGBUILD
|