### this file is sourced not run
PKGVER=0.8
PKGBUILD=1
PKGARCH=noarch

TARBALL=make-ca-0.8.tar.gz
MD5SUM=1f0176c4fa89274971b2826a97f303f7
SRC_URL=https://github.com/djlucas/make-ca/archive/v0.8.tar.gz
BUNDLE=

SLACKREQ=
SLACKDESC="make-ca: make-ca $PKGVER (LFS tools to make CA certs)
make-ca: 
make-ca: make-ca is a utility to deliver and manage a complete PKI 
make-ca: configuration for workstaitons and servers using only standard Unix 
make-ca: utilities and OpenSSL. It will optionally generate keystores for 
make-ca: OpenJDK and NSS if already installed, using a Mozilla cacerts.txt or 
make-ca: like formatted file.
make-ca: 
make-ca: https://github.com/djlucas/make-ca/
make-ca: 
make-ca: 
"

### standard pkg_download
### standard pkg_prepare
### standard pkg_prepare

### build
pkg_build() { 
	cd /tmp/make-ca* &&
	make && make install &&
	pkg_build_slackdesc
}
