# Maintainer: Graham Smith pkgname=trespass pkgver=0.0.1 pkgrel=1 pkgdesc="A secure password keeper written in python using gpg to protect account/user and user/password key value stores" arch=('any') license=('GPL') url='https://github.com/gps1539/trespass' depends=('python' 'python-numpy' 'gnupg') makedepends=() source=("https://raw.githubusercontent.com/gps1539/trespass/master/trespass.py") md5sums=('2c00a39a6e7fd50221023e2c3ab1a07b') package() { install -d "$pkgdir/usr/bin/" install -m755 "trespass.py" "$pkgdir/usr/bin/" }