summaryrefslogtreecommitdiff
path: root/repo/util/make-ca.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util/make-ca.xibuild')
-rw-r--r--repo/util/make-ca.xibuild16
1 files changed, 0 insertions, 16 deletions
diff --git a/repo/util/make-ca.xibuild b/repo/util/make-ca.xibuild
deleted file mode 100644
index ff49b05..0000000
--- a/repo/util/make-ca.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make "
-DEPS="libp11-kit nss libressl"
-
-PKG_VER=1.7
-SOURCE=https://github.com/djlucas/make-ca/releases/download/v$PKG_VER/make-ca-$PKG_VER.tar.xz
-DESC="A utility to deliver and manage a complete PKI configuration"
-
-build () {
- make DESTDIR=$PKG_DEST install
-}
-
-package () {
- install -vdm755 $PKG_DEST/etc/ssl/local
-}