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

DEPS=(make-ca)

SOURCE=https://github.com/djlucas/make-ca/releases/download/v1.7/make-ca-1.7.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"
}