21 lines
575 B
Bash
21 lines
575 B
Bash
|
# Template file for 'git-remote-gcrypt'
|
||
|
pkgname=git-remote-gcrypt
|
||
|
version=1.3
|
||
|
revision=1
|
||
|
hostmakedepends="python3-docutils"
|
||
|
depends="git bash gnupg2"
|
||
|
short_desc="PGP-encrypted git remotes"
|
||
|
maintainer="Anjandev Momi <anjan@momi.ca>"
|
||
|
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
|
||
|
}
|