summaryrefslogtreecommitdiff
path: root/repo/system/cacerts.xibuild
blob: bf8427798a95317b08e058bef1cf95ccd7e6c22a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

MAKEDEPS=(make )
DEPS=(make-ca)

PKG_VER=1.7
SOURCE=https://github.com/djlucas/make-ca/releases/download/v$PKG_VER/make-ca-$PKG_VER.tar.xz
DESC="Root certificates needed by ssl built using make-ca"

package () {
    bash make-ca -g --force -D $PKG_DEST
    chmod -R 777 $PKG_DEST || echo "couldnt change permissions for $PKG_DEST"
}