Update package version to 0.3.2
This commit is contained in:
@@ -1,12 +1,14 @@
|
|||||||
name: enit
|
name: enit
|
||||||
description: The official init system for Tide Linux
|
description: The official init system for Tide Linux
|
||||||
version: 0.3.1
|
version: 0.3.2
|
||||||
revision: 1
|
revision: 1
|
||||||
url: https://github.com/EnumeratedDev/enit
|
url: https://github.com/EnumeratedDev/enit
|
||||||
license: MIT
|
license: MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
output_architecture: x86_64
|
output_architecture: x86_64
|
||||||
type: source
|
type: source
|
||||||
|
keep:
|
||||||
|
- etc/esvm/enabled_services
|
||||||
make_depends:
|
make_depends:
|
||||||
- git
|
- git
|
||||||
- golang
|
- golang
|
||||||
@@ -15,4 +17,4 @@ downloads:
|
|||||||
type: git
|
type: git
|
||||||
clone_to: ${BPM_SOURCE}
|
clone_to: ${BPM_SOURCE}
|
||||||
git_branch: ${BPM_PKG_VERSION}
|
git_branch: ${BPM_PKG_VERSION}
|
||||||
checksum: 2be3e0c9479cb2caae60cb6ad83a8813041275a9
|
checksum: 7f37da209139281f83339b6a263b01eaed3d31b9
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
1:
|
||||||
|
- agetty-tty1
|
||||||
|
- agetty-tty2
|
||||||
|
- agetty-tty3
|
||||||
|
- agetty-tty4
|
||||||
|
- agetty-tty5
|
||||||
|
- agetty-tty6
|
||||||
|
2:
|
||||||
|
- lo-interface
|
||||||
@@ -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
|
||||||
make DESTDIR="$BPM_OUTPUT" PREFIX=/usr SYSCONFDIR=/etc LOCALSTATEDIR=/var install-services
|
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
|
# Create shortcut scripts for ectl power commands
|
||||||
for cmd in shutdown poweroff halt reboot restart; do
|
for cmd in shutdown poweroff halt reboot restart; do
|
||||||
install -Dm755 "$BPM_WORKDIR"/ectl-shortcut-template.sh "$BPM_OUTPUT"/usr/sbin/"$cmd"
|
install -Dm755 "$BPM_WORKDIR"/ectl-shortcut-template.sh "$BPM_OUTPUT"/usr/sbin/"$cmd"
|
||||||
|
|||||||
Reference in New Issue
Block a user