0.23
All checks were successful
Build / Build project (push) Successful in 20s

This commit is contained in:
Alexander Zhirov 2025-08-30 23:19:41 +03:00
parent 2e381f5605
commit 39b6e69207
Signed by: alexander
GPG key ID: C8D8BE544A27C511
3 changed files with 34 additions and 0 deletions

22
package.yml Normal file
View file

@ -0,0 +1,22 @@
name : libxdiff
version : 0.23
release : 1
source :
- https://github.com/opencor/libxdiff/archive/refs/tags/v0.23.tar.gz : 69b951c9d47873968975ba637d9cfd907f82b085b228d11dcf1f8b2afcafc9a8
homepage : http://www.xmailserver.org/xdiff-lib.html
license : LGPL-2.1-or-later
component : system.utils
summary : The LibXDiff library implements basic and yet complete functionalities to create file differences/patches to both binary and text files.
description: |
The LibXDiff library implements basic and yet complete functionalities to create file differences/patches to both binary and text files.
setup : |
%cmake_ninja \
-DCMAKE_BUILD_TYPE=Release \
-DENABLE_TESTS=OFF \
-DENABLE_TOOLS=OFF \
-DCMAKE_INSTALL_PREFIX=/usr
build : |
%ninja_build
install : |
%ninja_install
install -Dm644 $pkgfiles/xdiff.pc -t $installdir/usr/lib/pkgconfig