# Based on a PKGBUILD for pasaffe found at https://github.com/felixonmars/aur3-mirror # Maintainer: nobodyinperson # Contributor: archtux 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 }