All checks were successful
Build / Build project (push) Successful in 26s
21 lines
723 B
YAML
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
|