void-packages/srcpkgs/cfssljson/template
2019-08-03 11:08:18 +02:00

18 lines
524 B
Bash

# Template file for 'cfssljson'
pkgname=cfssljson
version=1.3.4
revision=1
wrksrc="cfssl-${version}"
build_style=go
go_import_path=github.com/cloudflare/cfssl
go_package="${go_import_path}/cmd/${pkgname}"
short_desc="CFSSL: Cloudflare's PKI and TLS toolkit"
maintainer="hanspolo <itself@hanspolo.net>"
license="BSD-2-Clause"
homepage="https://${go_import_path}"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=ca120300f5bf3b2f8da229d10d4b2882a87075861541608bd07cd68238cef86c
post_install() {
vlicense LICENSE
}