vp-build/srcpkgs/acme-client/template

22 lines
665 B
Bash

# Template file for 'acme-client'
pkgname=acme-client
version=0.1.11
revision=3
_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
}