summaryrefslogtreecommitdiff
path: root/repo/core/make-ca.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-16 01:23:51 +0000
committerdavidovski <david@davidovski.xyz>2022-01-16 01:23:51 +0000
commitcb447620084a20be80d116c81c2e9ec110be7118 (patch)
tree9fc0d714abbb5c6326b60616a5fd27ec9f984895 /repo/core/make-ca.xibuild
parent153011e9129c6055ef21c48caf65a23e74a91418 (diff)
restructured repo system
Diffstat (limited to 'repo/core/make-ca.xibuild')
-rw-r--r--repo/core/make-ca.xibuild12
1 files changed, 0 insertions, 12 deletions
diff --git a/repo/core/make-ca.xibuild b/repo/core/make-ca.xibuild
deleted file mode 100644
index ff1ed76..0000000
--- a/repo/core/make-ca.xibuild
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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
-}