mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-20 23:35:37 +08:00
Add dev:lint-config to replace sort-config command
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
gmp:
|
||||
type: library
|
||||
static-libs@unix:
|
||||
- libgmp.a
|
||||
headers:
|
||||
- gmp.h
|
||||
pkg-configs:
|
||||
- gmp
|
||||
artifact:
|
||||
source:
|
||||
type: filelist
|
||||
@@ -17,3 +11,9 @@ gmp:
|
||||
metadata:
|
||||
license-files: ['@/gmp.txt']
|
||||
license: Custom
|
||||
headers:
|
||||
- gmp.h
|
||||
pkg-configs:
|
||||
- gmp
|
||||
static-libs@unix:
|
||||
- libgmp.a
|
||||
|
||||
Reference in New Issue
Block a user