opt/make-ca/Pkgfile

18 lines
426 B
Plaintext

# Description: A utility to deliver and manage a complete PKI configuration
# URL: https://github.com/lfs-book/make-ca
# Maintainer: Tim Biermann, tbier at posteo dot de
name=make-ca
version=1.13
release=1
source=(https://github.com/lfs-book/make-ca/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
sed -i -e 's|^\(LIBEXECDIR=\).*|\1/usr/lib/make-ca|' Makefile
make
make DESTDIR=$PKG install
}