mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-03 14:55:39 +08:00
17 lines
398 B
YAML
17 lines
398 B
YAML
ext-decimal:
|
|
type: php-extension
|
|
artifact:
|
|
source:
|
|
type: ghtagtar
|
|
repo: php-decimal/ext-decimal
|
|
match: 'v2\.\d.*'
|
|
extract: php-src/ext/decimal
|
|
metadata:
|
|
license-files: [LICENSE]
|
|
license: MIT
|
|
depends:
|
|
- libmpdec
|
|
php-extension:
|
|
arg-type@unix: '--enable-decimal --with-libmpdec-path=@build_root_path@'
|
|
arg-type@windows: '--with-decimal'
|