blob: d80d22072029badf1b85f53e6338c3de2dbb78b7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/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
}
|