summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRichard Neumann2019-01-26 10:50:29 +0100
committerRichard Neumann2019-01-26 10:50:29 +0100
commitf643bc93b605fc10d6b0c182dd151d1560414fa2 (patch)
tree05020e1c018f0d09a41b1e68931ad0cd4eedaf2f /PKGBUILD
parentabd8ee7663d987fd6daf8d91b9114417ee498d28 (diff)
downloadaur-f643bc93b605fc10d6b0c182dd151d1560414fa2.tar.gz
Added CLI script.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f743761be83..07f980719422 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase='macreg'
pkgname="${_pkgbase}-git"
-pkgver=latest
+pkgver=r89.ac3050c
pkgrel=1
pkgdesc='Micro web service to allow local users to register MAC addresses'
arch=('any')
@@ -43,6 +43,7 @@ package() {
local UWSGI="${pkgdir}/etc/uwsgi"
install -m 755 -d "${UWSGI}"
install -m 644 -t "${UWSGI}" macreg.ini
+ install -Dm 755 macregctl "${pkgdir}/usr/bin/macregctl"
popd || exit 1
# Install HML front end.