mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-05 15:55:39 +08:00
Add liblz4
This commit is contained in:
13
config/pkg/lib/liblz4.yml
Normal file
13
config/pkg/lib/liblz4.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
liblz4:
|
||||
type: library
|
||||
artifact:
|
||||
source:
|
||||
type: ghrel
|
||||
repo: lz4/lz4
|
||||
match: lz4-.+\.tar\.gz
|
||||
prefer-stable: true
|
||||
metadata:
|
||||
license-files: [LICENSE]
|
||||
license: BSD-2-Clause
|
||||
static-libs@unix:
|
||||
- liblz4.a
|
||||
Reference in New Issue
Block a user