[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Mon Dec 11 07:49:05 UTC 2017


    Date: Monday, December 11, 2017 @ 07:49:04
  Author: felixonmars
Revision: 273680

addpkg: libpam-google-authenticator 1.05-1

Added:
  libpam-google-authenticator/
  libpam-google-authenticator/repos/
  libpam-google-authenticator/trunk/
  libpam-google-authenticator/trunk/PKGBUILD

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

Added: libpam-google-authenticator/trunk/PKGBUILD
===================================================================
--- libpam-google-authenticator/trunk/PKGBUILD	                        (rev 0)
+++ libpam-google-authenticator/trunk/PKGBUILD	2017-12-11 07:49:04 UTC (rev 273680)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: robertfoster
+
+pkgname=libpam-google-authenticator
+pkgver=1.05
+pkgrel=1
+pkgdesc='PAM module for google authenticator app'
+arch=('x86_64')
+url="https://github.com/google/google-authenticator-libpam"
+license=('Apache')
+depends=('pam')
+optdepends=('qrencode: scannable QR codes for google auth phone app')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/google/google-authenticator-libpam/archive/$pkgver.tar.gz")
+sha512sums=('d97b26c6181dbce0612628484db37b1bf61e984fb2fb3d4974d04038e564404aa17415368dba524f0d17d96ec8d57ae4129b27f0c672d849d16ef03941d87996')
+
+build() {
+  cd google-authenticator-libpam-$pkgver
+  ./bootstrap.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd google-authenticator-libpam-$pkgver
+  make DESTDIR="$pkgdir" install
+  libtool --finish "$pkgdir"/usr/lib/security
+}


Property changes on: libpam-google-authenticator/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list