diff --git a/srcpkgs/lego/template b/srcpkgs/lego/template new file mode 100644 index 00000000000..48b5e8db895 --- /dev/null +++ b/srcpkgs/lego/template @@ -0,0 +1,17 @@ +# Template file for 'lego' +pkgname=lego +version=2.4.0 +revision=1 +build_style=go +go_import_path="github.com/go-acme/${pkgname}" +go_package="${go_import_path}/cmd/${pkgname}" +short_desc="Let's Encrypt client and ACME library written in Go" +maintainer="Anachron " +license="MIT" +homepage="https://go-acme.github.io/lego" +distfiles="https://github.com/go-acme/lego/archive/v${version}.tar.gz" +checksum=d45dcffb88e1f8147e797e7fd9bfefd1320461a7a9c0222802e501ff1cd59c3e + +post_install() { + vlicense LICENSE +}