15 lines
576 B
Bash
15 lines
576 B
Bash
# Template file for 'pass-git-helper'
|
|
pkgname=pass-git-helper
|
|
version=1.1.2
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="pass python3-xdg"
|
|
checkdepends="python3-pytest-cov python3-pytest-mock 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/pass-git-helper"
|
|
distfiles="https://github.com/languitar/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=4acfb486d0873014376383167792ee2b46926386718eb2331a1b4564576a2076
|