15 lines
612 B
Bash
15 lines
612 B
Bash
# Template file for 'pass-git-helper'
|
|
pkgname=pass-git-helper
|
|
version=4.3.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-wheel python3-setuptools"
|
|
depends="pass python3-xdg"
|
|
checkdepends="python3-pytest-cov python3-pytest-mock python3-xdg"
|
|
short_desc="Git credential helper interfacing with pass"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://github.com/languitar/pass-git-helper"
|
|
distfiles="https://github.com/languitar/pass-git-helper/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=955cebd941ecbe4b7cb826c5e9659a78c957fe5b765d0e64d3b01d026e741cc5
|