Update package version to 0.3.2

This commit is contained in:
2025-11-09 20:32:10 +02:00
parent b2da94edfa
commit 35813bc563
3 changed files with 16 additions and 2 deletions
+4 -2
View File
@@ -1,12 +1,14 @@
name: enit
description: The official init system for Tide Linux
version: 0.3.1
version: 0.3.2
revision: 1
url: https://github.com/EnumeratedDev/enit
license: MIT
architecture: any
output_architecture: x86_64
type: source
keep:
- etc/esvm/enabled_services
make_depends:
- git
- golang
@@ -15,4 +17,4 @@ downloads:
type: git
clone_to: ${BPM_SOURCE}
git_branch: ${BPM_PKG_VERSION}
checksum: 2be3e0c9479cb2caae60cb6ad83a8813041275a9
checksum: 7f37da209139281f83339b6a263b01eaed3d31b9
+9
View File
@@ -0,0 +1,9 @@
1:
- agetty-tty1
- agetty-tty2
- agetty-tty3
- agetty-tty4
- agetty-tty5
- agetty-tty6
2:
- lo-interface
+3
View File
@@ -14,6 +14,9 @@ package() {
make DESTDIR="$BPM_OUTPUT" PREFIX=/usr SYSCONFDIR=/etc LOCALSTATEDIR=/var install
make DESTDIR="$BPM_OUTPUT" PREFIX=/usr SYSCONFDIR=/etc LOCALSTATEDIR=/var install-services
# Install default enabled services file
install -Dm644 "$BPM_WORKDIR"/enabled_services "$BPM_OUTPUT"/etc/esvm/enabled_services
# Create shortcut scripts for ectl power commands
for cmd in shutdown poweroff halt reboot restart; do
install -Dm755 "$BPM_WORKDIR"/ectl-shortcut-template.sh "$BPM_OUTPUT"/usr/sbin/"$cmd"