Добавлены привязки для C++
All checks were successful
Build / Build project (push) Successful in 36s
All checks were successful
Build / Build project (push) Successful in 36s
This commit is contained in:
parent
a82a77ade4
commit
60c5d34137
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
name : openzl
|
name : openzl
|
||||||
version : 0.1.0
|
version : 0.1.0
|
||||||
release : 1
|
release : 2
|
||||||
source :
|
source :
|
||||||
- https://github.com/facebook/openzl/archive/refs/tags/v0.1.0.tar.gz : 3278546dcdbae3aef3887f07b435ebe0aa9f6943a5ac74cf9b7baeefe6526c2e
|
- https://github.com/facebook/openzl/archive/refs/tags/v0.1.0.tar.gz : 3278546dcdbae3aef3887f07b435ebe0aa9f6943a5ac74cf9b7baeefe6526c2e
|
||||||
homepage : https://openzl.org/
|
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.1.0 "${installdir}/usr/lib/libopenzl.so.0"
|
||||||
ln -svf libopenzl.so.0 "${installdir}/usr/lib/libopenzl.so"
|
ln -svf libopenzl.so.0 "${installdir}/usr/lib/libopenzl.so"
|
||||||
cp -rv include "${installdir}/usr"
|
cp -rv include "${installdir}/usr"
|
||||||
|
cp -rv cpp/include "${installdir}/usr"
|
||||||
install -Dm644 $pkgfiles/openzl.pc -t $installdir/usr/lib/pkgconfig
|
install -Dm644 $pkgfiles/openzl.pc -t $installdir/usr/lib/pkgconfig
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue