Update package version to 2.5.12

This commit is contained in:
2025-09-16 16:35:15 +03:00
parent 72997e8d48
commit 419d745fa9
3 changed files with 18 additions and 2 deletions
+3
View File
@@ -26,6 +26,7 @@ build() {
# This function is used to run tests to verify the package has been compiled correctly
check() {
cd build
make check
}
@@ -33,8 +34,10 @@ check() {
# This function is used to move the compiled files into the output directory
package() {
cd build
make DESTDIR="$BPM_OUTPUT" install
# Install package licenses
install -Dm644 "$BPM_SOURCE"/COPYING.CC0 "$BPM_OUTPUT"/usr/share/licenses/gnupg/COPYING.CC0
install -Dm644 "$BPM_SOURCE"/COPYING.GPL2 "$BPM_OUTPUT"/usr/share/licenses/gnupg/COPYING.GPL2
install -Dm644 "$BPM_SOURCE"/COPYING.LGPL3 "$BPM_OUTPUT"/usr/share/licenses/gnupg/COPYING.LGPL3