opt/make-ca/Pkgfile

18 lines
424 B
Plaintext
Raw Normal View History

# Description: A utility to deliver and manage a complete PKI configuration.
2022-06-20 17:36:46 +02:00
# URL: https://github.com/lfs-book/make-ca
# Maintainer: Danny Rawlins, crux at romster dot me
name=make-ca
2022-06-20 17:36:46 +02:00
version=1.10
release=1
2022-06-20 17:36:46 +02:00
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
}