# Maintainer: micbou <contact@micbou.com>

pkgname='pass'
pkgver=1.7.1
pkgrel=1
pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
arch=('any')
url='https://www.passwordstore.org'
license=('GPL2')
depends=('bash' 'gnupg' 'tree')
optdepends=('git: Git support'
            'libqrencode: QR Code support')
source=(https://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz)
sha256sums=('f6d2199593398aaefeaa55e21daddfb7f1073e9e096af6d887126141e99d9869')

package() {
  cd "${srcdir}/password-store-$pkgver/"
  make DESTDIR=${pkgdir} install
}
