mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
ef9c4c46bf
commit
d4a3735d61
2 changed files with 7 additions and 22 deletions
|
@ -1,17 +1,20 @@
|
||||||
# Template file for 'cfssl'
|
# Template file for 'cfssl'
|
||||||
pkgname=cfssl
|
pkgname=cfssl
|
||||||
version=1.3.4
|
version=1.4.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/cloudflare/cfssl
|
go_import_path=github.com/cloudflare/cfssl
|
||||||
go_package="${go_import_path}/cmd/cfssl"
|
go_package="${go_import_path}/cmd/..."
|
||||||
short_desc="CFSSL: Cloudflare's PKI and TLS toolkit"
|
short_desc="CFSSL: Cloudflare's PKI and TLS toolkit"
|
||||||
maintainer="hanspolo <itself@hanspolo.net>"
|
maintainer="hanspolo <itself@hanspolo.net>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/cloudflare/cfssl"
|
homepage="https://github.com/cloudflare/cfssl"
|
||||||
distfiles="https://github.com/cloudflare/cfssl/archive/${version}.tar.gz"
|
distfiles="https://github.com/cloudflare/cfssl/archive/v${version}.tar.gz"
|
||||||
checksum=ca120300f5bf3b2f8da229d10d4b2882a87075861541608bd07cd68238cef86c
|
checksum=c8a86ef10cbb0c168f3b597db15b31f98b170edb7958f7154edeb29aee41315e
|
||||||
|
replaces="cfssljson>=0"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
vdoc README.md
|
||||||
|
vcopy 'doc/*' "usr/share/doc/${pkgname}"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
# Template file for 'cfssljson'
|
|
||||||
pkgname=cfssljson
|
|
||||||
version=1.3.4
|
|
||||||
revision=1
|
|
||||||
wrksrc="cfssl-${version}"
|
|
||||||
build_style=go
|
|
||||||
go_import_path=github.com/cloudflare/cfssl
|
|
||||||
go_package="${go_import_path}/cmd/${pkgname}"
|
|
||||||
short_desc="CFSSL: Cloudflare's PKI and TLS toolkit"
|
|
||||||
maintainer="hanspolo <itself@hanspolo.net>"
|
|
||||||
license="BSD-2-Clause"
|
|
||||||
homepage="https://${go_import_path}"
|
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
||||||
checksum=ca120300f5bf3b2f8da229d10d4b2882a87075861541608bd07cd68238cef86c
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue