mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
68 lines
1.6 KiB
YAML
68 lines
1.6 KiB
YAML
attr:
|
|
source:
|
|
type: url
|
|
url: 'https://download.savannah.nongnu.org/releases/attr/attr-2.5.2.tar.gz'
|
|
source-mirror:
|
|
type: url
|
|
url: 'https://mirror.souseiseki.middlendian.com/nongnu/attr/attr-2.5.2.tar.gz'
|
|
metadata:
|
|
license-files: ['doc/COPYING.LGPL']
|
|
license: LGPL-2.1-or-later
|
|
|
|
brotli:
|
|
source:
|
|
type: ghtagtar
|
|
repo: google/brotli
|
|
match: 'v1\.\d.*'
|
|
binary: hosted # 等价于v2的provide-pre-built: true
|
|
metadata:
|
|
license-files: ['LICENSE']
|
|
license: MIT
|
|
|
|
bzip2:
|
|
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
|
|
|
|
fastlz:
|
|
source:
|
|
type: git
|
|
url: 'https://github.com/ariya/FastLZ.git'
|
|
rev: master
|
|
metadata:
|
|
license-files: ['LICENSE.MIT']
|
|
license: MIT
|
|
|
|
openssl:
|
|
source:
|
|
type: ghrel
|
|
repo: openssl/openssl
|
|
match: 'openssl.+\.tar\.gz'
|
|
prefer-stable: true
|
|
source-mirror:
|
|
type: filelist
|
|
url: 'https://www.openssl.org/source/'
|
|
regex: '/href="(?<file>openssl-(?<version>[^"]+)\.tar\.gz)"/'
|
|
binary: hosted
|
|
metadata:
|
|
license-files: ['LICENSE.txt']
|
|
license: OpenSSL
|
|
|
|
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
|