void-packages/srcpkgs/lego/template

18 lines
517 B
Bash
Raw Normal View History

2019-04-08 10:18:59 +00:00
# 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 <gith@cron.world>"
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
}