aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/libpam-google-authenticator/template
diff options
context:
space:
mode:
authormaxice8 <thinkabit.ukim@gmail.com>2017-12-05 16:37:34 +0000
committerEnno Boland <gottox@voidlinux.eu>2017-12-07 10:26:11 +0000
commit8e3fd8c401e745c8fe19f7d087535600dd8c3cc4 (patch)
treef5f292cd67a9d3a39b9d3058af5a3766f6cd903c /srcpkgs/libpam-google-authenticator/template
parentb2874ef03a7f6307bebbc890722cc0d874622ec7 (diff)
downloadvoid-packages-8e3fd8c401e745c8fe19f7d087535600dd8c3cc4.tar
void-packages-8e3fd8c401e745c8fe19f7d087535600dd8c3cc4.tar.gz
void-packages-8e3fd8c401e745c8fe19f7d087535600dd8c3cc4.tar.bz2
void-packages-8e3fd8c401e745c8fe19f7d087535600dd8c3cc4.tar.lz
void-packages-8e3fd8c401e745c8fe19f7d087535600dd8c3cc4.tar.xz
void-packages-8e3fd8c401e745c8fe19f7d087535600dd8c3cc4.tar.zst
void-packages-8e3fd8c401e745c8fe19f7d087535600dd8c3cc4.zip
google-authenticator-libpam: update to 1.05.
Closes #9799. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
Diffstat (limited to '')
-rw-r--r--srcpkgs/libpam-google-authenticator/template21
1 files changed, 0 insertions, 21 deletions
diff --git a/srcpkgs/libpam-google-authenticator/template b/srcpkgs/libpam-google-authenticator/template
deleted file mode 100644
index 462def62bb5..00000000000
--- a/srcpkgs/libpam-google-authenticator/template
+++ /dev/null
@@ -1,21 +0,0 @@
-# Template file for 'google-authenticator'
-pkgname=libpam-google-authenticator
-version=1.0.0.20161019
-revision=1
-_pkgname=${pkgname#libpam-}
-_gitrev=9d858ecaad46b40b004fbc1413daa4143c3f10b8
-wrksrc="${_pkgname}-${_gitrev}"
-build_wrksrc="libpam"
-build_style=gnu-configure
-makedepends="pam-devel"
-hostmakedepends="automake libtool pkg-config"
-short_desc="Google's two-factor authentication project"
-maintainer="Sean R. Lang <srlang@ncsu.edu>"
-license="Apache-2.0"
-homepage="https://github.com/google/google-authenticator"
-distfiles="https://github.com/google/${_pkgname}/archive/${_gitrev}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=a9325204633c6b5c12aa62c4825f425a9c4da286f2fd9f0f0d06586b76543509
-
-pre_configure() {
- ./bootstrap.sh
-}