Update package version to 0.6.1

This commit is contained in:
2026-01-03 14:17:43 +02:00
parent fea31a2b50
commit 84c6d5a9e4
2 changed files with 6 additions and 5 deletions
+4 -3
View File
@@ -5,16 +5,17 @@
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
make
export GOFLAGS="-modcacherw"
make VERSION="$BPM_PKG_VERSION"
}
# The package function is executed in the source directory
# This function is used to move the compiled files into the output directory
package() {
make install DESTDIR="$BPM_OUTPUT" PREFIX=/usr SYSCONFDIR=/etc
make DESTDIR="$BPM_OUTPUT" PREFIX=/usr SYSCONFDIR=/etc install
# Install configuration files
make install-config DESTDIR="$BPM_OUTPUT" PREFIX=/usr SYSCONFDIR=/etc
make DESTDIR="$BPM_OUTPUT" PREFIX=/usr SYSCONFDIR=/etc install-config
# Install package license
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/bpm/LICENSE