21 lines
579 B
Bash
21 lines
579 B
Bash
# Template file for 'git-remote-gcrypt'
|
|
pkgname=git-remote-gcrypt
|
|
version=1.3
|
|
revision=2
|
|
hostmakedepends="python3-docutils"
|
|
depends="git bash gnupg>=2"
|
|
short_desc="PGP-encrypted git remotes"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://spwhitton.name/tech/code/git-remote-gcrypt/"
|
|
distfiles="https://github.com/spwhitton/git-remote-gcrypt/archive/$version.tar.gz"
|
|
checksum=e1948dda848db845db404e4337b07206c96cb239b66392fd1c9c246279c2cb25
|
|
|
|
do_install() {
|
|
DESTDIR=$DESTDIR prefix="/usr" ./install.sh
|
|
}
|
|
|
|
post_install() {
|
|
vdoc README.rst
|
|
}
|