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-01-29 20:55:15 +01:00
version=20140128
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
}