summarylogtreecommitdiffstats
path: root/Makefile
blob: 5ea4819a0faae4623549228476837d35ef7f0388 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
build: check update_checksums build_srcinfo

check:
	namcap PKGBUILD

update_checksums:
	updpkgsums

build_srcinfo:
	makepkg --printsrcinfo | tr -d "\t" > .SRCINFO

publish: build
	git add Makefile PKGBUILD .SRCINFO
	git commit -m "$(MSG)"
	git push