This commit is contained in:
parent
a7ffa41ee8
commit
fb27793d5a
2 changed files with 25 additions and 0 deletions
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# OpenZL
|
||||
|
||||
OpenZL delivers high compression ratios while preserving high speed, a level of performance that is out of reach for generic compressors.
|
22
package.yml
Normal file
22
package.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
name : openzl
|
||||
version : 0.1.0
|
||||
release : 1
|
||||
source :
|
||||
- https://github.com/facebook/openzl/archive/refs/tags/v0.1.0.tar.gz : 3278546dcdbae3aef3887f07b435ebe0aa9f6943a5ac74cf9b7baeefe6526c2e
|
||||
homepage : https://openzl.org/
|
||||
license : BSD-3-Clause
|
||||
component : programming.library
|
||||
summary : OpenZL delivers high compression ratios while preserving high speed, a level of performance that is out of reach for generic compressors.
|
||||
description: |
|
||||
OpenZL delivers high compression ratios while preserving high speed, a level of performance that is out of reach for generic compressors.
|
||||
networking : yes
|
||||
setup : |
|
||||
%cmake_ninja \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DOPENZL_BUILD_TESTS=OFF
|
||||
build : |
|
||||
%ninja_build
|
||||
install : |
|
||||
%ninja_install
|
||||
rm -vf "$installdir"/%libdir%/*.a
|
Loading…
Add table
Add a link
Reference in a new issue