[arch-commits] Commit in tang/repos (2 files)
Jonas Witschel
diabonas at archlinux.org
Tue Mar 24 23:47:49 UTC 2020
Date: Tuesday, March 24, 2020 @ 23:47:48
Author: diabonas
Revision: 603946
archrelease: copy trunk to community-testing-x86_64
Added:
tang/repos/community-testing-x86_64/
tang/repos/community-testing-x86_64/PKGBUILD
(from rev 603945, tang/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: tang/repos/community-testing-x86_64/PKGBUILD (from rev 603945, tang/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2020-03-24 23:47:48 UTC (rev 603946)
@@ -0,0 +1,28 @@
+# Maintainer: Jonas Witschel <diabonas at archlinux.org>
+pkgname=tang
+pkgver=7
+pkgrel=5
+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