17 lines
519 B
Bash
17 lines
519 B
Bash
# Template file for 'cfssl'
|
|
pkgname=cfssl
|
|
version=1.3.3
|
|
revision=1
|
|
build_style=go
|
|
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-Clause"
|
|
homepage="https://github.com/cloudflare/cfssl"
|
|
distfiles="https://github.com/cloudflare/cfssl/archive/${version}.tar.gz"
|
|
checksum=299ff47700ca323d1b18a691c189afe7d610ede75f08c6935afb409c01fa006b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|