blob: ff3192102a7c0a76953cc03cadaf936e6b62df1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = pass-git-helper
pkgdesc = A git credential helper interfacing with pass, the standard unix password manager
pkgver = 4.0.0
pkgrel = 1
url = https://github.com/languitar/pass-git-helper
arch = any
license = LGPL-3.0-or-later
makedepends = git
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python3
depends = pass
depends = python-xdg
source = https://github.com/languitar/pass-git-helper/archive/v4.0.0.tar.gz
sha256sums = 988738b5956cd4efbcc789500860c6dcc051e8a3918edd3fac4b8af69323730e
pkgname = pass-git-helper
|