parent
a7cf9b4bef
commit
69bbc00635
1 changed files with 17 additions and 0 deletions
17
srcpkgs/cfssl/template
Normal file
17
srcpkgs/cfssl/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'cfssl'
|
||||||
|
pkgname=cfssl
|
||||||
|
version=1.2.0
|
||||||
|
revision=1
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue