summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b620e5cda4f94c70c1402dc019ccd25183471375 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Based on a PKGBUILD for pasaffe found at https://github.com/felixonmars/aur3-mirror
# Maintainer: nobodyinperson <nobodyinperson at posteo de>
# Contributor: archtux <antonio dot arias99999 at gmail dot com>
pkgname=pasaffe
pkgver=0.57
pkgrel=1
pkgdesc="Easy to use password manager for Gnome with a Password Safe 3.0 compatible database."
arch=('any')
url="https://launchpad.net/pasaffe"
license=('GPL3')
depends=(
    'gtk3'
    'python-gobject'
    'python-unidecode'
    'yelp'
)
optdepends=(
    'apg: password generation'
)
makedepends=('python-distutils-extra')
install=
source=(http://launchpad.net/pasaffe/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz)
md5sums=('93e0ac365ed9dc713bbd4279814fb5fa')

package() {
    cd $srcdir/$pkgname-$pkgver
    python setup.py install --root "$pkgdir" --optimize=1
}