This commit is contained in:
parent
b8e5fd35ca
commit
0b3baedbee
5 changed files with 103 additions and 0 deletions
21
package.yml
Normal file
21
package.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue