New package: linit-0.0.4.

This commit is contained in:
Cameron Nemo 2019-02-15 09:53:00 -08:00 committed by maxice8
parent 737ad1d92e
commit db758515a8
1 changed files with 23 additions and 0 deletions

23
srcpkgs/linit/template Normal file
View File

@ -0,0 +1,23 @@
# Template file for 'linit'
pkgname=linit
version=0.0.4
revision=1
build_style=gnu-makefile
make_dirs="
/etc/linit 0750 root root
/usr/libexec/linit 0750 root root"
short_desc="Strictly functional init system for Linux"
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
license="BSD-2-Clause"
homepage="https://gitlab.com/chinstrap/linit"
distfiles="${homepage}/-/archive/${version}/${pkgname}-${version}.tar.gz"
checksum=b94840037a8b61dadf538d4887e2263af52844ef06559f3c556b1be51329b844
do_install() {
vbin linit
vbin lreboot
for hook in boot sigint sigpwr; do
vsconf "example-hooks/${hook}"
done
vlicense LICENSE
}