mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 08:45:40 +08:00
Implement fastlz, zlib (unix)
This commit is contained in:
@@ -31,3 +31,22 @@ bzip2:
|
||||
metadata:
|
||||
license-files: ['{registry_root}/src/globals/licenses/bzip2.txt']
|
||||
license: bzip2-1.0.6
|
||||
|
||||
fastlz:
|
||||
source:
|
||||
type: git
|
||||
url: 'https://github.com/ariya/FastLZ.git'
|
||||
rev: master
|
||||
metadata:
|
||||
license-files: ['LICENSE.MIT']
|
||||
license: MIT
|
||||
|
||||
zlib:
|
||||
source:
|
||||
type: ghrel
|
||||
repo: madler/zlib
|
||||
match: 'zlib.+\.tar\.gz'
|
||||
binary: hosted
|
||||
metadata:
|
||||
license-files: ['{registry_root}/src/globals/licenses/zlib.txt']
|
||||
license: Zlib-Custom
|
||||
|
||||
@@ -19,3 +19,20 @@ bzip2:
|
||||
headers:
|
||||
- bzlib.h
|
||||
artifact: bzip2
|
||||
|
||||
fastlz:
|
||||
type: library
|
||||
static-libs@unix:
|
||||
- libfastlz.a
|
||||
headers:
|
||||
- fastlz.h
|
||||
artifact: fastlz
|
||||
|
||||
zlib:
|
||||
type: library
|
||||
static-libs@unix:
|
||||
- libz.a
|
||||
headers:
|
||||
- zlib.h
|
||||
- zconf.h
|
||||
artifact: zlib
|
||||
|
||||
Reference in New Issue
Block a user