summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..a4966a11c416
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+pkgname=nm-duid
+pkgver=0.1
+pkgrel=1
+_commit=c4304cbf229f6504030ac1327164fe87bf5ca996
+pkgdesc="Small tool to calculate the NetworkManager generated DHCPv6 DUID"
+arch=('i686' 'x86_64')
+url="https://github.com/mss/nm-duid"
+depends=('perl')
+source=("git+https://github.com/mss/nm-duid.git#commit=$_commit")
+sha256sums=('SKIP')
+
+package() {
+ cd "$srcdir/nm-duid"
+
+ install -Dm755 nm-duid "$pkgdir/usr/bin/nm-duid"
+}