Add dev:lint-config to replace sort-config command

This commit is contained in:
crazywhalecc
2026-02-02 14:13:05 +08:00
parent 455d42d162
commit f4a29c4830
8 changed files with 45 additions and 44 deletions

View File

@@ -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