16 lines
547 B
Bash
16 lines
547 B
Bash
# Template file for 'pass-git-helper'
|
|
pkgname=pass-git-helper
|
|
version=0.4
|
|
revision=1
|
|
wrksrc=${pkgname}-release-${version}
|
|
build_style=python3-module
|
|
noarch=yes
|
|
hostmakedepends="python3-setuptools"
|
|
depends="pass python3-xdg"
|
|
short_desc="Git credential helper interfacing with pass"
|
|
maintainer="teldra <teldra@rotce.de>"
|
|
license="LGPL-3"
|
|
homepage="https://github.com/languitar/${pkgname}"
|
|
distfiles="https://github.com/languitar/${pkgname}/archive/release-${version}.tar.gz"
|
|
checksum=07d628d33f8850db18a3fe3a24cbbdc9daf2434c1235c71c626dc176768e049c
|