diff --git a/srcpkgs/acmetool/template b/srcpkgs/acmetool/template new file mode 100644 index 00000000000..0f89f26efd9 --- /dev/null +++ b/srcpkgs/acmetool/template @@ -0,0 +1,20 @@ +# Template file for 'acmetool' +pkgname=acmetool +version=0.0.56 +revision=1 +wrksrc="acme-${version}" +build_style=go +go_import_path=github.com/hlandau/acme +go_package="github.com/hlandau/acme/cmd/acmetool" +hostmakedepends="git" +makedepends="libcap-devel" +short_desc="Tool to acquire certificates from ACME servers (such as Let's Encrypt)" +maintainer="Toyam Cox " +license="MIT" +homepage="https://hlandau.github.io/acme/" +distfiles="https://github.com/hlandau/acme/archive/v${version}.tar.gz" +checksum=42aa564e72ae45b297bbf50d6e1046f0bcea52e5142e35006fc111ec61c5dde6 + +post_install() { + vlicense _doc/COPYING.MIT +}