15 lines
516 B
Bash
15 lines
516 B
Bash
# Template file for 'pass-git-helper'
|
|
pkgname=pass-git-helper
|
|
version=1.0.0
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="pass python3-xdg"
|
|
short_desc="Git credential helper interfacing with pass"
|
|
maintainer="teldra <teldra@rotce.de>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://github.com/languitar/${pkgname}"
|
|
distfiles="https://github.com/languitar/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=7f430bb02fd6d494abde9ae518dde7ecff64197777e9a5bec7310b9311809169
|