15 lines
576 B
Bash
15 lines
576 B
Bash
# Template file for 'pass-git-helper'
|
|
pkgname=pass-git-helper
|
|
version=1.2.0
|
|
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=d9ab12d81e283411a65285a0030cbfef2548dc580631d2337628e57f10e463aa
|