vp-build/srcpkgs/acmetool/template

24 lines
844 B
Bash
Raw Permalink Normal View History

2016-08-16 06:22:29 +02:00
# Template file for 'acmetool'
pkgname=acmetool
2018-02-14 05:37:01 +01:00
version=0.0.67
2018-08-25 09:04:33 +02:00
revision=5
2016-08-16 06:22:29 +02:00
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)"
2017-12-10 18:14:21 +01:00
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
2016-09-04 04:51:18 +02:00
license="RILTS-based"
2016-08-16 06:22:29 +02:00
homepage="https://hlandau.github.io/acme/"
2016-09-04 04:51:18 +02:00
distfiles="https://github.com/hlandau/acme/archive/v${version}.tar.gz
https://raw.githubusercontent.com/hlandau/rilts/master/licences/COPYING.MIT>COPYING"
2018-02-14 05:37:01 +01:00
checksum="01f78340006539c62bb86250433d2f819ab529ccd9a0aa74e140ff0fee839073
2016-09-04 04:51:18 +02:00
fd80a26fbb3f644af1fa994134446702932968519797227e07a1368dea80f0bc"
skip_extraction=COPYING
2016-08-16 06:22:29 +02:00
post_install() {
2016-09-04 04:51:18 +02:00
vlicense $XBPS_SRCDISTDIR/$pkgname-$version/COPYING
2016-08-16 06:22:29 +02:00
}