Добавлены привязки для C++
All checks were successful
Build / Build project (push) Successful in 36s

This commit is contained in:
Alexander Zhirov 2025-10-10 03:08:54 +03:00
parent a82a77ade4
commit 60c5d34137
Signed by: alexander
GPG key ID: C8D8BE544A27C511

View file

@ -1,6 +1,6 @@
name : openzl
version : 0.1.0
release : 1
release : 2
source :
- https://github.com/facebook/openzl/archive/refs/tags/v0.1.0.tar.gz : 3278546dcdbae3aef3887f07b435ebe0aa9f6943a5ac74cf9b7baeefe6526c2e
homepage : https://openzl.org/
@ -23,4 +23,5 @@ install : |
ln -svf libopenzl.so.0.1.0 "${installdir}/usr/lib/libopenzl.so.0"
ln -svf libopenzl.so.0 "${installdir}/usr/lib/libopenzl.so"
cp -rv include "${installdir}/usr"
cp -rv cpp/include "${installdir}/usr"
install -Dm644 $pkgfiles/openzl.pc -t $installdir/usr/lib/pkgconfig