18 lines
542 B
Bash
18 lines
542 B
Bash
# Template file for 'lego'
|
|
pkgname=lego
|
|
version=3.2.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/go-acme/${pkgname}/v3"
|
|
go_package="${go_import_path}/cmd/${pkgname}"
|
|
hostmakedepends="git"
|
|
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=64f4e810826ae28fc903bcfcfcb5114233089847fd89bddb3b2bb378304e5e12
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|