add Makefile
This commit is contained in:
parent
6561f6e46a
commit
f622fb056c
1 changed files with 10 additions and 0 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
@ -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}
|
Loading…
Reference in a new issue