git-crypt: update to 0.7.0, add CXXFLAG for openssl3

This commit is contained in:
dkwo 2023-01-28 16:58:32 -05:00 committed by classabbyamp
parent 41bab35903
commit aa63f764e2

View file

@ -1,7 +1,7 @@
# Template file for 'git-crypt'
pkgname=git-crypt
version=0.6.0
revision=8
version=0.7.0
revision=1
build_style=gnu-makefile
make_use_env=yes
make_build_args="ENABLE_MAN=yes"
@ -13,7 +13,14 @@ maintainer="Andy Cobaugh <andrewcobaugh@gmail.com>"
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
checksum=2210a89588169ae9a54988c7fdd9717333f0c6053ff704d335631a387bd3bcff
do_build() {
make \
PREFIX=/usr prefix=/usr \
CXXFLAGS="$CXXFLAGS -DOPENSSL_API_COMPAT=0x30000000L" \
${makejobs} ${make_build_args} ${make_build_target}
}
post_install() {
vdoc README