Add PKGBUILD

This commit is contained in:
2023-05-23 02:55:53 -07:00
parent 294ad801e4
commit 6165643fb3
3 changed files with 49 additions and 1 deletions

View File

@ -38,6 +38,10 @@ install: dwmblocks
install -m0755 scripts/* ${DESTDIR}${PREFIX}/bin
uninstall:
rm -f ${DESTDIR}${PREFIX}/bin/dwmblocks
rm -f ${DESTDIR}${PREFIX}/bin/dwmblocks \
${DESTDIR}${PREFIX}/bin/dwmblocks-pulse-listener \
${DESTDIR}${PREFIX}/bin/dwmblocks-battery \
${DESTDIR}${PREFIX}/bin/dwmblocks-network \
${DESTDIR}${PREFIX}/bin/dwmblocks-volume
.PHONY: all options clean install uninstall