summarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 025466f4a2a0..000000000000
--- a/README.md
+++ /dev/null
@@ -1,23 +0,0 @@
-# AUR package for google auth libpam #
-
-### DESCRIPTION ###
-
-From the google authenticator [homepage](https://code.google.com/p/google-authenticator/):
-> The PAM module can add a two-factor authentication step to any PAM-enabled application. It supports:
->
-> * Per-user secret and status file stored in user's home directory
-> * Support for 30-second TOTP codes
-> * Support for emergency scratch codes
-> * Protection against replay attacks
-> * Key provisioning via display of QR code
-> * Manual key entry of RFC 3548 base32 key strings
-
-This PKGBUILD uses the latest source from the official google authenticator libpam [git repo](http://code.google.com/p/google-authenticator/source/checkout) to build an Arch Linux ``pkg.tar.xz``.
-
-### INSTALL ###
- git clone git@github.com:calid/aur-google-auth-libpam-git.git
- cd aur-google-auth-libpam-git
- makepkg
- sudo pacman -U google-authenticator-libpam-git-XYZ-any.pkg.tar.xz
-
-