2018-01-15 14:05:42 +01:00
|
|
|
# Template file for 'cfssl'
|
|
|
|
pkgname=cfssl
|
|
|
|
version=1.2.0
|
2018-01-24 09:54:16 +01:00
|
|
|
revision=2
|
2018-01-15 14:05:42 +01:00
|
|
|
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
|
|
|
|
}
|