deploy-arch-repo/Makefile
2023-10-21 15:21:20 +02:00

10 lines
254 B
Makefile

PKGNAME=deploy-arch-repo
install:
cp deploy-arch-repo $(DESTDIR)/usr/bin
install -Dm644 "LICENSE" $(DESTDIR)/usr/share/licenses/${PKGNAME}/LICENSE
uninstall:
rm $(DESTDIR)/usr/bin/deploy-arch-repo
rm -rf $(DESTDIR)/usr/share//licenses/${PKGNAME}