summaryrefslogtreecommitdiff
path: root/community/python-gnupginterface/PKGBUILD
blob: 6f1e693814a55dadb28193447743435a72c07357 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Aaron Schaefer <aaron@elasticdog.com>

pkgname=python-gnupginterface
pkgver=0.3.2
pkgrel=6
pkgdesc='A Python interface to GNU Privacy Guard (GnuPG).'
arch=('i686' 'x86_64')
url='http://py-gnupg.sourceforge.net/'
license=('GPL')
depends=('gnupg' 'python2')
provides=('gnupginterface')
replaces=('gnupginterface')
source=("http://downloads.sourceforge.net/sourceforge/py-gnupg/GnuPGInterface-$pkgver.tar.gz")
md5sums=('d4627d83446f96bd8c22f8d15db3f7c2')

build() {
  cd "$srcdir/GnuPGInterface-$pkgver"
  python2 setup.py install --root="$pkgdir" -O1
}