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

Maxim Baz maximbaz at archlinux.org
Fri May 21 15:12:07 UTC 2021


    Date: Friday, May 21, 2021 @ 15:12:07
  Author: maximbaz
Revision: 940711

archrelease: copy trunk to community-x86_64

Added:
  pam-u2f/repos/community-x86_64/PKGBUILD
    (from rev 940710, pam-u2f/trunk/PKGBUILD)
Deleted:
  pam-u2f/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-21 15:11:52 UTC (rev 940710)
+++ PKGBUILD	2021-05-21 15:12:07 UTC (rev 940711)
@@ -1,44 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Maxime de Roucy <maxime.deroucy at gmail.com>
-# Contributor: David Manouchehri <manouchehri at riseup.net>
-# Contributor: Sven Lechner <SirWindfield at users.noreply.github.com>
-
-pkgname=pam-u2f
-_name="${pkgname/-/_}"
-pkgver=1.1.1
-pkgrel=1
-pkgdesc='Universal 2nd Factor (U2F) PAM authentication module from Yubico'
-arch=('x86_64')
-url='https://developers.yubico.com/pam-u2f'
-license=('BSD')
-replaces=("${_name}")
-depends=('libfido2' 'openssl' 'pam')
-makedepends=('asciidoc')
-source=("${url}/Releases/${_name}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('b7d62340c4f49e19cca93a0d0f398e48befd3eea8f1d70cebb7f8b71f3bce38a'
-            'SKIP')
-validpgpkeys=(
-    'B70D62AA6A31AD6B9E4F9F4BDC8888925D25CA7A' # Alessio Di Mauro <alessio at yubico.com>
-    '78D997D53E9C0A2A205392ED14A19784723C9988' # Ludvig Michaelsson <ludvig.michaelsson at yubico.com>
-)
-
-build() {
-    cd "${_name}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --with-pam-dir=/usr/lib/security
-    make
-}
-
-check() {
-    cd "${_name}-${pkgver}"
-    make check
-}
-
-package() {
-    cd "${_name}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-    install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" COPYING
-}
-
-# vim:set ts=4 sw=4 et:

Copied: pam-u2f/repos/community-x86_64/PKGBUILD (from rev 940710, pam-u2f/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-21 15:12:07 UTC (rev 940711)
@@ -0,0 +1,44 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Maxime de Roucy <maxime.deroucy at gmail.com>
+# Contributor: David Manouchehri <manouchehri at riseup.net>
+# Contributor: Sven Lechner <SirWindfield at users.noreply.github.com>
+
+pkgname=pam-u2f
+_name="${pkgname/-/_}"
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='Universal 2nd Factor (U2F) PAM authentication module from Yubico'
+arch=('x86_64')
+url='https://developers.yubico.com/pam-u2f'
+license=('BSD')
+replaces=("${_name}")
+depends=('libfido2' 'openssl' 'pam')
+makedepends=('asciidoc')
+source=("${url}/Releases/${_name}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('b7d62340c4f49e19cca93a0d0f398e48befd3eea8f1d70cebb7f8b71f3bce38a'
+            'SKIP')
+validpgpkeys=(
+    'B70D62AA6A31AD6B9E4F9F4BDC8888925D25CA7A' # Alessio Di Mauro <alessio at yubico.com>
+    '78D997D53E9C0A2A205392ED14A19784723C9988' # Ludvig Michaelsson <ludvig.michaelsson at yubico.com>
+)
+
+build() {
+    cd "${_name}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --with-pam-dir=/usr/lib/security
+    make
+}
+
+check() {
+    cd "${_name}-${pkgver}"
+    make check
+}
+
+package() {
+    cd "${_name}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+    install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" COPYING
+}
+
+# vim:set ts=4 sw=4 et:



More information about the arch-commits mailing list