[arch-commits] Commit in tang/repos (community-x86_64 community-x86_64/PKGBUILD)
Jonas Witschel
diabonas at archlinux.org
Wed Mar 25 00:12:15 UTC 2020
Date: Wednesday, March 25, 2020 @ 00:12:14
Author: diabonas
Revision: 603953
archrelease: copy trunk to community-x86_64
Added:
tang/repos/community-x86_64/
tang/repos/community-x86_64/PKGBUILD
(from rev 603952, tang/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: tang/repos/community-x86_64/PKGBUILD (from rev 603952, tang/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2020-03-25 00:12:14 UTC (rev 603953)
@@ -0,0 +1,28 @@
+# Maintainer: Jonas Witschel <diabonas at archlinux.org>
+pkgname=tang
+pkgver=7
+pkgrel=6
+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