dinit: initial commit

This commit is contained in:
Luis 2024-01-20 20:39:38 +01:00
parent 68e0f3357d
commit 153bd6279c
3 changed files with 39 additions and 0 deletions

1
dinit/.checksums Normal file
View File

@ -0,0 +1 @@
de78fc19b86b235266931079334f83bb92fd2a0dd801d8d83ad8df1294775192e2bf34a2aa47d3c8889bcd96884adfc3372a2a80c08ace457c6654cda1d07b6f dinit-0.17.1.tar.xz

22
dinit/.pkgfiles Normal file
View File

@ -0,0 +1,22 @@
dinit-0.17.1-1
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/dinit
-rwxr-xr-x root/root sbin/dinit-monitor
-rwxr-xr-x root/root sbin/dinitcheck
-rwxr-xr-x root/root sbin/dinitctl
-rwxr-xr-x root/root sbin/halt
-rwxr-xr-x root/root sbin/reboot
-rwxr-xr-x root/root sbin/shutdown
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/dinit-service.5.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/dinit-monitor.8.gz
-rw-r--r-- root/root usr/share/man/man8/dinit.8.gz
-rw-r--r-- root/root usr/share/man/man8/dinitcheck.8.gz
-rw-r--r-- root/root usr/share/man/man8/dinitctl.8.gz
-rw-r--r-- root/root usr/share/man/man8/halt.8.gz
-rw-r--r-- root/root usr/share/man/man8/reboot.8.gz
-rw-r--r-- root/root usr/share/man/man8/shutdown.8.gz

16
dinit/spkgbuild Normal file
View File

@ -0,0 +1,16 @@
# description : Service monitoring / "init" system
# homepage : https://github.com/davmac314/dinit
# depends : consolekit2 dbus
name=dinit
version=0.17.1
release=1
source=https://github.com/davmac314/dinit/releases/download/v$version/$name-$version.tar.xz
build() {
venom-meson $name-$version build \
-Dsupport-cgroups=enabled \
-Dbuild-shutdown=enabled
meson compile -C build
DESTDIR=$PKG meson install --no-rebuild -C build
}