archlinux: Add Makefile

This commit is contained in:
Donovan Glover 2018-11-27 18:45:17 -05:00
parent 317e7b3a74
commit e1181665dd
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

16
.archlinux/Makefile Normal file
View File

@ -0,0 +1,16 @@
.PHONY: install
install:
@cd PKGBUILDs/${package} && makepkg -scif --noconfirm
.PHONY: update-keys
update-keys:
@sudo pacman-key --populate
@sudo pacman-key --refresh-keys
.PHONY: clean
clean:
@rm -fv **/*.pkg.tar.xz
@rm -fv **/*.xpi
@rm -fv **/*.tar.gz
@rm -fv **/*.tar.bz2
@rm -fv **/*.vim