2025-02-26 14:15:51 +01:00

19 lines
588 B
Bash

# Template file for 'lego'
pkgname=lego
version=4.22.2
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"
changelog="https://raw.githubusercontent.com/go-acme/lego/master/CHANGELOG.md"
distfiles="https://github.com/go-acme/lego/archive/v${version}.tar.gz"
checksum=d4d5a3032d1ed99a5cdf551b2555288c3fcd961be536e58f477dce35d22c8702
post_install() {
vlicense LICENSE
}