New package: acmetool-0.0.56
This commit is contained in:
parent
b5a1640730
commit
b2af5001a8
1 changed files with 20 additions and 0 deletions
20
srcpkgs/acmetool/template
Normal file
20
srcpkgs/acmetool/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue