21 lines
630 B
Bash
21 lines
630 B
Bash
# Template file for 'acmetool'
|
|
pkgname=acmetool
|
|
version=0.0.56
|
|
revision=1
|
|
wrksrc="acme-${version}"
|
|
build_style=go
|
|
go_import_path=github.com/hlandau/acme
|
|
go_package="github.com/hlandau/acme/cmd/acmetool"
|
|
hostmakedepends="git"
|
|
makedepends="libcap-devel"
|
|
short_desc="Tool to acquire certificates from ACME servers (such as Let's Encrypt)"
|
|
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://hlandau.github.io/acme/"
|
|
distfiles="https://github.com/hlandau/acme/archive/v${version}.tar.gz"
|
|
checksum=42aa564e72ae45b297bbf50d6e1046f0bcea52e5142e35006fc111ec61c5dde6
|
|
|
|
post_install() {
|
|
vlicense _doc/COPYING.MIT
|
|
}
|