New package: lego-2.4.0
This commit is contained in:
parent
524e6999e3
commit
f93109fc0c
|
@ -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 <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
|
||||
}
|
Loading…
Reference in New Issue