libxdiff/package.yml
Alexander Zhirov 1c6fe3b548
All checks were successful
Build / Build project (push) Successful in 22s
0.23
2025-08-31 15:19:49 +03:00

22 lines
928 B
YAML

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