diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f2765e2 --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +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}