mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
git-crypt: update to 0.7.0, add CXXFLAG for openssl3
This commit is contained in:
parent
41bab35903
commit
aa63f764e2
1 changed files with 10 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'git-crypt'
|
# Template file for 'git-crypt'
|
||||||
pkgname=git-crypt
|
pkgname=git-crypt
|
||||||
version=0.6.0
|
version=0.7.0
|
||||||
revision=8
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
make_build_args="ENABLE_MAN=yes"
|
make_build_args="ENABLE_MAN=yes"
|
||||||
|
@ -13,7 +13,14 @@ maintainer="Andy Cobaugh <andrewcobaugh@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.agwa.name/projects/git-crypt/"
|
homepage="https://www.agwa.name/projects/git-crypt/"
|
||||||
distfiles="https://github.com/AGWA/git-crypt/archive/${version}.tar.gz"
|
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() {
|
post_install() {
|
||||||
vdoc README
|
vdoc README
|
||||||
|
|
Loading…
Add table
Reference in a new issue