init 0.5.0
All checks were successful
Build / Build project (push) Successful in 26s

This commit is contained in:
Alexander Zhirov 2025-09-18 03:12:25 +03:00
parent b8e5fd35ca
commit 0b3baedbee
Signed by: alexander
GPG key ID: C8D8BE544A27C511
5 changed files with 103 additions and 0 deletions

21
package.yml Normal file
View file

@ -0,0 +1,21 @@
name : wildmatch
version : 0.5.0
release : 1
source :
- git|https://github.com/davvid/wildmatch.git : 16ba6a01804413b302e3fc9d747421d5d6f14599
homepage : https://github.com/davvid/wildmatch
license : BSD-3-Clause
component : system.devel
summary : wildmatch is a BSD-licensed C/C++ library for git/rsync-style pattern matching.
description: |
wildmatch is a BSD-licensed C/C++ library for git/rsync-style pattern matching.
setup : |
%apply_patches
%cmake_ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
build : |
%ninja_build
install : |
%ninja_install
install -Dm644 $pkgfiles/wildmatch.pc -t $installdir/usr/lib/pkgconfig