mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
19 lines
492 B
YAML
19 lines
492 B
YAML
bzip2:
|
|
type: library
|
|
artifact:
|
|
source:
|
|
type: url
|
|
url: 'https://dl.static-php.dev/static-php-cli/deps/bzip2/bzip2-1.0.8.tar.gz'
|
|
source-mirror:
|
|
type: filelist
|
|
url: 'https://sourceware.org/pub/bzip2/'
|
|
regex: '/href="(?<file>bzip2-(?<version>[^"]+)\.tar\.gz)"/'
|
|
binary: hosted
|
|
metadata:
|
|
license-files: ['{registry_root}/src/globals/licenses/bzip2.txt']
|
|
license: bzip2-1.0.6
|
|
headers:
|
|
- bzlib.h
|
|
static-libs@unix:
|
|
- libbz2.a
|