summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2018-02-05 15:23:09 -0500
committerSolomon Choina2018-02-05 15:23:09 -0500
commit9b7d4130f56282345c2d6020c506bf6eedff2e5c (patch)
treeba79a920ce456f397cb513f611ca71b0a1c617e1
downloadaur-9b7d4130f56282345c2d6020c506bf6eedff2e5c.tar.gz
initial commit
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD15
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..a2548396898a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+# Generated by mksrcinfo v8
+# Mon Feb 5 20:23:02 UTC 2018
+pkgbase = dht
+ pkgdesc = BitTorrent DHT library
+ pkgver = 0.24
+ pkgrel = 1
+ url = https://github.com/jech/dht
+ arch = i686
+ arch = x86_64
+ license = MIT
+ source = https://raw.githubusercontent.com/jech/dht/master/dht.h
+ sha256sums = 4c03ab71da7f7b76331a5b625fe4cd1bc9b1f58039b48bf2ceb6b47f1353bd48
+
+pkgname = dht
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..27a23cda5240
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+# $Id$
+# Maintainer: Solomon Choina <shlomochoina@gmail.com>
+pkgname=dht
+pkgver=0.24
+pkgrel=1
+pkgdesc="BitTorrent DHT library"
+arch=('i686' 'x86_64')
+url="https://github.com/jech/dht"
+license=('MIT')
+source=(https://raw.githubusercontent.com/jech/dht/master/dht.h)
+sha256sums=('4c03ab71da7f7b76331a5b625fe4cd1bc9b1f58039b48bf2ceb6b47f1353bd48')
+
+package() {
+ install -D dht.h "${pkgdir}"/usr/include/dht/dht.h
+}