# Maintainer: Johannes Wienke pkgname=pass-git-helper pkgver=3.0.0 pkgrel=1 pkgdesc="A git credential helper interfacing with pass, the standard unix password manager" arch=(any) url="https://github.com/languitar/pass-git-helper" license=('LGPL3') depends=('python3' 'pass' 'python-xdg') makedepends=(git python-setuptools python-build python-installer python-wheel) source=("https://github.com/languitar/pass-git-helper/archive/v${pkgver}.tar.gz") sha256sums=('3b0cda7a5eae2e93cc1ccec0ea02716db5a2ce3105c6d631f20fa20152b7a163') build() { cd "${pkgname}-${pkgver}" python -m build --wheel --no-isolation } package() { cd "${pkgname}-${pkgver}" python -m installer --destdir="$pkgdir" dist/*.whl }