New package: acme-client-0.1.11
This commit is contained in:
parent
92a743e4a4
commit
78b2407636
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'acme-client'
|
||||
pkgname=acme-client
|
||||
version=0.1.11
|
||||
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"
|
||||
makedepends="libbsd-devel libressl-devel"
|
||||
short_desc="A secure Let's Encrypt 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
|
||||
|
||||
CFLAGS="-DHAVE_CONFIG_H"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
}
|
Loading…
Reference in New Issue