18 lines
508 B
Bash
18 lines
508 B
Bash
# Template file for 'lego'
|
|
pkgname=lego
|
|
version=4.8.0
|
|
revision=3
|
|
build_style=go
|
|
go_import_path="github.com/go-acme/lego/v4"
|
|
go_package="${go_import_path}/cmd/lego"
|
|
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=2cebfd9c7471c0a64ad877c4270378b2c45712103332674e5f26e5a347b8b6b1
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|