mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 00:57:01 +02:00
14 lines
512 B
Bash
14 lines
512 B
Bash
# Template file for 'make-ca'
|
|
pkgname=make-ca
|
|
version=1.16
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_install_args="SBINDIR=/usr/bin"
|
|
hostmakedepends="help2man"
|
|
depends="p11-kit"
|
|
short_desc="PKI setup script for LFS (and others)"
|
|
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/lfs-book/make-ca/"
|
|
distfiles="https://github.com/lfs-book/make-ca/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=44f100e2e10f920df5323e0da6393160cbaf185454a87548eca61336787b2088
|