2018-01-15 14:05:42 +01:00
|
|
|
# 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
|
2018-01-15 14:05:42 +01:00
|
|
|
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"
|
2018-01-15 14:05:42 +01:00
|
|
|
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
|
2018-01-15 14:05:42 +01:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|