void-packages/srcpkgs/lego/template
2019-07-16 14:13:33 +02:00

17 lines
517 B
Bash

# Template file for 'lego'
pkgname=lego
version=2.6.0
revision=1
build_style=go
go_import_path="github.com/go-acme/${pkgname}"
go_package="${go_import_path}/cmd/${pkgname}"
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=1abba13871f58fe483a3d4ac3900d44cddeacfc3dfe9fae2d96e45a9a39e7ce7
post_install() {
vlicense LICENSE
}