blob: f1a0a56d943784e0090f83cbd9a721c5fa5145b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = python-gpgauth
pkgdesc = a python library for GPG-based challenge/response 2-factor authentication in web applications
pkgver = 0.1
pkgrel = 1
url = https://github.com/charliewolf/python-gpgauth
arch = any
license = Tequilaware
makedepends = python-setuptools
depends = python
depends = python-gnupg
source = https://github.com/charliewolf/python-gpgauth/archive/0.1.tar.gz
sha256sums = 966fd9ddce241288877028a51b8de14cb202585f16e86a0807036e89ac162c84
pkgname = python-gpgauth
|