New package: git-remote-gcrypt-1.3
This commit is contained in:
parent
e9c2f2d385
commit
9bcfa591a8
1 changed files with 20 additions and 0 deletions
20
srcpkgs/git-remote-gcrypt/template
Normal file
20
srcpkgs/git-remote-gcrypt/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue