core/ca-certificates/Pkgfile

14 lines
299 B
Plaintext
Raw Normal View History

2012-12-01 20:29:17 +01:00
# Description: Bundle of CA Root Certificates from Mozilla
# URL: http://curl.haxx.se/ca/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=ca-certificates
2014-08-10 14:28:58 +02:00
version=20140715
2012-12-01 20:29:17 +01:00
release=1
source=(cacert.pem)
build () {
install -Dm 644 $SRC/cacert.pem $PKG/etc/ssl/cert.pem
}