Adding GPG signing as recommended by man 8 pacman-key; SSH-agent improvements

This commit is contained in:
DarkFeather
2019-05-17 17:53:31 -05:00
parent 9fc65724ef
commit fc5156f436
8 changed files with 36 additions and 13 deletions

View File

@@ -4,6 +4,8 @@ compile: ${LIST}
for i in ${LIST}; do make -C ./$$i; done
install: compile
mkdir -p ${pkgdir}/usr/share/pacman/keyrings
cp ./aninix.gpg ${pkgdir}/usr/share/pacman/keyrings
for i in ${LIST}; do make -C ./$$i install; done
reverse: