wildmatch/package.yml
Alexander Zhirov 0b3baedbee
All checks were successful
Build / Build project (push) Successful in 26s
init 0.5.0
2025-09-18 03:12:25 +03:00

21 lines
723 B
YAML

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