git-crypt: fix license

This commit is contained in:
Colin Booth 2021-04-05 12:21:27 -07:00 committed by Piraty
parent b7aa759800
commit 4250714a7e
1 changed files with 4 additions and 6 deletions

View File

@ -1,16 +1,16 @@
# Template file for 'git-crypt'
pkgname=git-crypt
version=0.6.0
revision=7
revision=8
build_style=gnu-makefile
make_use_env=yes
makedepends="openssl-devel"
hostmakedepends="libxslt docbook-xsl"
make_build_args="ENABLE_MAN=yes"
make_install_args="ENABLE_MAN=yes"
hostmakedepends="libxslt docbook-xsl"
makedepends="openssl-devel"
short_desc="Transparent file encryption in git"
maintainer="Andy Cobaugh <andrewcobaugh@gmail.com>"
license="GPL-3"
license="GPL-3.0-or-later"
homepage="https://www.agwa.name/projects/git-crypt/"
distfiles="https://github.com/AGWA/git-crypt/archive/${version}.tar.gz"
checksum=777c0c7aadbbc758b69aff1339ca61697011ef7b92f1d1ee9518a8ee7702bb78
@ -21,6 +21,4 @@ post_install() {
vdoc NEWS
vdoc doc/multiple_keys.md
vman man/man1/git-crypt.1
vlicense COPYING
}