b8c5e59acd
Fix small typos, expand some variables, leave comments for updates.
18 lines
530 B
Bash
18 lines
530 B
Bash
# Template file for 'lego'
|
|
pkgname=lego
|
|
version=4.0.1
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/go-acme/lego/v4"
|
|
go_package="${go_import_path}/cmd/lego"
|
|
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=2b30d231189727b8608001e62b70ce3e1513df1a9766e2d43d5f1c5d1cabecdf
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|