Update package version to 8.0

This commit is contained in:
2026-04-20 12:19:24 +03:00
parent 89b2d3368f
commit 7f26b83f5d
2 changed files with 24 additions and 12 deletions
+9 -2
View File
@@ -11,9 +11,16 @@ build() {
# The package function is executed in the source directory
# This function is used to move the compiled files into the output directory
package() {
make DESTDIR="$BPM_OUTPUT" PREFIX=/usr SYSCONFDIR=/etc install
package_stormfetch() {
make DESTDIR="$BPM_OUTPUT" PREFIX=/usr SYSCONFDIR=/etc install-stormfetch
make DESTDIR="$BPM_OUTPUT" PREFIX=/usr SYSCONFDIR=/etc install-config
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/stormfetch/LICENSE
}
package_stormfetch-monitor-detection() {
make DESTDIR="$BPM_OUTPUT" PREFIX=/usr SYSCONFDIR=/etc install-stormfetch-monitor-detection
install -d "$BPM_OUTPUT"/usr/share/licenses
ln -sf stormfetch "$BPM_OUTPUT"/usr/share/licenses/stormfetch-monitor-detection
}