crux-ports/ports/c/ca-certificates/Pkgfile

13 lines
262 B
Plaintext
Raw Permalink Normal View History

2024-03-14 15:56:10 +00:00
# Description: Bundle of CA Root Certificates from Mozilla
# URL: https://curl.haxx.se/ca/
# Maintainer: Alexander Zhirov
name=ca-certificates
version=20240311
release=1
source=(cacert.pem)
build() {
install -Dm 644 $SRC/cacert.pem $PKG/etc/ssl/cert.pem
}