Update package version to 22.1.4

This commit is contained in:
2026-05-02 18:24:43 +03:00
parent 51eeff04db
commit 8b7a2ab47e
2 changed files with 9 additions and 3 deletions
+4
View File
@@ -5,6 +5,8 @@
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
cd libclc
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -G Ninja
cmake --build build
}
@@ -12,6 +14,8 @@ build() {
# The package function is executed in the source directory
# This function is used to move the compiled files into the output directory
package() {
cd libclc
DESTDIR="$BPM_OUTPUT" cmake --install build
# Install package license