summaryrefslogtreecommitdiff
path: root/repo/util/make-ca.xibuild
blob: ff1ed76c61d335ee78397c04a06de81b3fab9ce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

DEPS=(p11-kit nss)

SOURCE=https://github.com/djlucas/make-ca/releases/download/v1.7/make-ca-1.7.tar.xz
DESC="A utility to deliver and manage a complete PKI configuration"

build () {

    make DESTDIR=$PKG_DEST install &&
    install -vdm755 $PKG_DEST/etc/ssl/local
}