mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-03 14:55:39 +08:00
Register two iliaal/fastchart and iliaal/fastjson PHP extensions
sourced from ghtar, extracted into php-src/ext/{fastchart,fastjson}.
Both target Linux and Darwin. fastchart depends on freetype and
suggests libpng, libjpeg, libwebp.
21 lines
349 B
YAML
21 lines
349 B
YAML
ext-fastchart:
|
|
type: php-extension
|
|
artifact:
|
|
source:
|
|
type: ghtar
|
|
repo: iliaal/fastchart
|
|
extract: php-src/ext/fastchart
|
|
prefer-stable: true
|
|
metadata:
|
|
license-files: [LICENSE]
|
|
depends:
|
|
- freetype
|
|
suggests:
|
|
- libpng
|
|
- libjpeg
|
|
- libwebp
|
|
php-extension:
|
|
os:
|
|
- Linux
|
|
- Darwin
|