void-packages/srcpkgs/cfssl/template

18 lines
514 B
Bash
Raw Normal View History

# Template file for 'cfssl'
pkgname=cfssl
2018-02-20 06:59:30 +01:00
version=1.3.0
2018-02-23 04:56:01 +01:00
revision=2
build_style=go
2018-02-20 06:59:30 +01:00
go_import_path="github.com/cloudflare/cfssl"
go_package="${go_import_path}/cmd/cfssl"
short_desc="CFSSL: Cloudflare's PKI and TLS toolkit"
maintainer="hanspolo <itself@hanspolo.net>"
license="BSD-2"
2018-02-20 06:59:30 +01:00
homepage="https://github.com/cloudflare/cfssl"
distfiles="https://github.com/cloudflare/cfssl/archive/${version}.tar.gz"
checksum=78322f0f37b5c90d612ce4e18b35c03bfde242d32426ef0db1f859255a778384
post_install() {
vlicense LICENSE
}