mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-03-22 11:27:39 +01:00
archlinux: Add Makefile
This commit is contained in:
parent
317e7b3a74
commit
e1181665dd
16
.archlinux/Makefile
Normal file
16
.archlinux/Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user