diff core/ca-certificates/ca-certificates.sh @ 1220:4ccc42bf0284

misc: split .sh with .info
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 09:26:38 +0200
parents 6710613b88b9
children a47aaf9743a0
line wrap: on
line diff
--- a/core/ca-certificates/ca-certificates.sh	Thu Sep 30 09:05:45 2021 +0200
+++ b/core/ca-certificates/ca-certificates.sh	Thu Sep 30 09:26:38 2021 +0200
@@ -15,11 +15,6 @@
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 
-PKGNAME=ca-certificates
-PKGVERSION=20190123
-PKGREVISION=1
-PKGLICENSE="MPLv20"
-PKGSUMMARY="bundle of CA certificates from Mozilla"
-PKGDOWNLOAD="https://curl.haxx.se/ca/cacert-2019-01-23.pem"
+. ./ca-certificates.info
 
 install -Dm644 cacert-2019-01-23.pem $DESTDIR/etc/ssl/cert.pem