[arch-commits] Commit in gss/repos (community-x86_64 community-x86_64/PKGBUILD)

Kpcyrd kpcyrd at gemini.archlinux.org
Sun May 22 21:17:25 UTC 2022


    Date: Sunday, May 22, 2022 @ 21:17:25
  Author: kpcyrd
Revision: 1210077

archrelease: copy trunk to community-x86_64

Added:
  gss/repos/community-x86_64/
  gss/repos/community-x86_64/PKGBUILD
    (from rev 1210076, gss/trunk/PKGBUILD)

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

Copied: gss/repos/community-x86_64/PKGBUILD (from rev 1210076, gss/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2022-05-22 21:17:25 UTC (rev 1210077)
@@ -0,0 +1,29 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=gss
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='GNU Generic Security Service'
+url='https://www.gnu.org/software/gss/'
+arch=('x86_64')
+license=('GPL3')
+source=("https://ftp.gnu.org/gnu/gss/gss-${pkgver}.tar.gz")
+b2sums=('3f535fc152c72490a536b55dfdf175d6df6f4da7f9eb7454457d1e098763be604506006681f82d2d49325cb38e9a6f5454cb5b20462ff06b1b1084e79e95621e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list