From: Samir Benmendil Date: Fri, 11 Mar 2022 08:42:06 +0000 (+0000) Subject: pacman: install makepkg config file X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/ee4513f895cef90788b5f6d263a380b2e5d7ecbe?ds=inline pacman: install makepkg config file --- diff --git a/Makefile b/Makefile index f46e527..6014536 100644 --- a/Makefile +++ b/Makefile @@ -78,6 +78,10 @@ ncmpcpp: $(XDG_CONFIG_HOME) mkdir -p $(XDG_DATA_HOME)/mpd/lyrics .PHONY: ncmpcpp +pacman: $(XDG_CONFIG_HOME) + ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@ +.PHONY: pacman + picom: $(XDG_CONFIG_HOME) ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@ .PHONY: picom diff --git a/pacman/makepkg.conf b/pacman/makepkg.conf new file mode 100644 index 0000000..346c495 --- /dev/null +++ b/pacman/makepkg.conf @@ -0,0 +1,2 @@ +BUILDENV=($BUILDENV sign) +PACKAGER="rmz "