void-packages/srcpkgs/lego/template
2019-08-22 19:28:52 +02:00

19 lines
542 B
Bash

# Template file for 'lego'
pkgname=lego
version=3.0.2
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=a5389cc39f4fb70fb0f550436ddacb6d524ab6056815d2d2df0ecbfefa053a25
post_install() {
vlicense LICENSE
}