acme-client: update to 0.1.16
Closes: #11457 Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
feb0e14f34
commit
2db28229cf
|
@ -0,0 +1 @@
|
|||
NOTE: acme-client uses new default directories since version 0.1.12
|
|
@ -1,20 +1,24 @@
|
|||
# Template file for 'acme-client'
|
||||
pkgname=acme-client
|
||||
version=0.1.11
|
||||
revision=4
|
||||
version=0.1.16
|
||||
revision=1
|
||||
_distver=VERSION_${version//./_}
|
||||
wrksrc=acme-client-portable-${_distver}
|
||||
build_style=gnu-makefile
|
||||
make_install_args="MAN1DIR=/usr/share/man/man1 BINDIR=/usr/bin"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libbsd-devel libressl-devel"
|
||||
short_desc="A secure Let's Encrypt client"
|
||||
short_desc="A secure ACME client"
|
||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||
license="ISC"
|
||||
homepage="https://kristaps.bsd.lv/acme-client/"
|
||||
distfiles="https://github.com/kristapsdz/acme-client-portable/archive/${_distver}.tar.gz"
|
||||
checksum=666270aae33f9ae2332a7847cc127d28a075801415e23570ceab5dc2beca1be2
|
||||
checksum=055378037c1fe5f3e1e1651860048961ed141ad6dc76d68c3819863d252fa1a7
|
||||
|
||||
CFLAGS="-DHAVE_CONFIG_H"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) CFLAGS+=" -DMUSL_LIBC" ;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
|
|
Loading…
Reference in New Issue