[arch-commits] Commit in open-isns/repos (2 files)
Christian Hesse
eworm at gemini.archlinux.org
Thu Sep 8 19:13:33 UTC 2022
Date: Thursday, September 8, 2022 @ 19:13:32
Author: eworm
Revision: 1296897
archrelease: copy trunk to community-testing-x86_64
Added:
open-isns/repos/community-testing-x86_64/
open-isns/repos/community-testing-x86_64/PKGBUILD
(from rev 1296896, open-isns/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: open-isns/repos/community-testing-x86_64/PKGBUILD (from rev 1296896, open-isns/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2022-09-08 19:13:32 UTC (rev 1296897)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=open-isns
+pkgver=0.102
+pkgrel=1
+pkgdesc='iSNS server and client for Linux'
+arch=('x86_64')
+depends=('openssl')
+url='https://github.com/gonzoleeman/open-isns'
+license=('GPL')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gonzoleeman/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('9611344733c0cdf14395f60880950ea4c3c7d6b765565b6493ad3e1afbe216de')
+
+build() {
+ cd "$srcdir"/${pkgname}-${pkgver}
+
+ ./configure \
+ --prefix=/usr \
+ --bindir=/usr/bin \
+ --sbindir=/usr/bin \
+ --enable-shared
+ make
+}
+
+package() {
+ cd "$srcdir"/${pkgname}-${pkgver}
+
+ make DESTDIR="${pkgdir}" install install_lib install_hdrs
+}
More information about the arch-commits
mailing list