vp-build/srcpkgs/lego/template

18 lines
508 B
Bash

# Template file for 'lego'
pkgname=lego
version=4.5.3
revision=1
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=82778a122e98225b55e1e6c102a06948747263533d88284216f0cce238b897c9
post_install() {
vlicense LICENSE
}