[arch-commits] Commit in (tang tang/repos tang/trunk tang/trunk/PKGBUILD)

Jonas Witschel diabonas at archlinux.org
Thu Oct 10 16:24:40 UTC 2019


    Date: Thursday, October 10, 2019 @ 16:24:40
  Author: diabonas
Revision: 514476

Move tang 7 from the AUR to [community]

Added:
  tang/
  tang/repos/
  tang/trunk/
  tang/trunk/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Added: tang/trunk/PKGBUILD
===================================================================
--- tang/trunk/PKGBUILD	                        (rev 0)
+++ tang/trunk/PKGBUILD	2019-10-10 16:24:40 UTC (rev 514476)
@@ -0,0 +1,28 @@
+# Maintainer: Jonas Witschel <diabonas at archlinux.org>
+pkgname=tang
+pkgver=7
+pkgrel=3
+pkgdesc='Server for binding data to network presence'
+arch=('x86_64')
+url='https://github.com/latchset/tang'
+license=('GPL3')
+depends=('http-parser' 'jose')
+makedepends=('asciidoc')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2")
+sha512sums=('dd4187fa6962523ac2a745ef05a27cdf7e5264c595942e63d406d67a1c595e87bd7e74091cb2e16362f369480cdf8e3b4bfe1fee13b9cb73d5308f42c52f138a')
+
+build() {
+	cd "$pkgname-$pkgver"
+	./configure --prefix=/usr --libexecdir=/usr/lib --localstatedir=/var
+	make
+}
+
+check() {
+	cd "$pkgname-$pkgver"
+	make check
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list