diff --git a/srcpkgs/git-crypt/template b/srcpkgs/git-crypt/template index f5c4c79b664..211ab8a0ada 100644 --- a/srcpkgs/git-crypt/template +++ b/srcpkgs/git-crypt/template @@ -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 " 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