2016-08-16 06:22:29 +02:00
|
|
|
# Template file for 'acmetool'
|
|
|
|
pkgname=acmetool
|
2016-08-31 18:14:14 +02:00
|
|
|
version=0.0.57
|
2016-08-16 06:22:29 +02:00
|
|
|
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"
|
2016-08-31 18:14:14 +02:00
|
|
|
checksum=0c00a6957472ee40644492a798c942aa98572e03e1c6be4834014501192fb691
|
2016-08-16 06:22:29 +02:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense _doc/COPYING.MIT
|
|
|
|
}
|