void-packages/srcpkgs/cfssl/template

18 lines
490 B
Bash
Raw Normal View History

# Template file for 'cfssl'
pkgname=cfssl
version=1.2.0
2018-01-24 09:54:16 +01:00
revision=2
build_style=go
go_import_path="github.com/cloudflare/${pkgname}"
go_package="${go_import_path}/cmd/${pkgname}"
short_desc="CFSSL: Cloudflare's PKI and TLS toolkit"
maintainer="hanspolo <itself@hanspolo.net>"
license="BSD-2"
homepage="https://${go_import_path}"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=28e1d1ec6862eb926336490e2fcd1de626113d3e227293a4138fec59b7b6e443
post_install() {
vlicense LICENSE
}