sort config

This commit is contained in:
crazywhalecc 2023-12-23 13:54:11 +08:00 committed by Jerry Ma
parent 6bcda6a5a0
commit d3ff6fd8c0
3 changed files with 20 additions and 20 deletions

View File

@ -122,6 +122,10 @@
"libiconv" "libiconv"
] ]
}, },
"igbinary": {
"type": "external",
"source": "igbinary"
},
"imagick": { "imagick": {
"type": "external", "type": "external",
"source": "ext-imagick", "source": "ext-imagick",
@ -150,10 +154,6 @@
"icu" "icu"
] ]
}, },
"igbinary": {
"type": "external",
"source": "igbinary"
},
"ldap": { "ldap": {
"type": "builtin", "type": "builtin",
"arg-type": "with-prefix", "arg-type": "with-prefix",

View File

@ -224,6 +224,12 @@
"libturbojpeg.a" "libturbojpeg.a"
] ]
}, },
"liblz4": {
"source": "liblz4",
"static-libs-unix": [
"liblz4.a"
]
},
"libmemcached": { "libmemcached": {
"source": "libmemcached", "source": "libmemcached",
"static-libs-unix": [ "static-libs-unix": [
@ -495,12 +501,6 @@
"libiconv" "libiconv"
] ]
}, },
"liblz4": {
"source": "liblz4",
"static-libs-unix": [
"liblz4.a"
]
},
"xz": { "xz": {
"source": "xz", "source": "xz",
"static-libs-unix": [ "static-libs-unix": [

View File

@ -136,6 +136,16 @@
"path": "LICENSE" "path": "LICENSE"
} }
}, },
"igbinary": {
"type": "url",
"url": "https://pecl.php.net/get/igbinary",
"path": "php-src/ext/igbinary",
"filename": "igbinary.tgz",
"license": {
"type": "file",
"path": "COPYING"
}
},
"imagemagick": { "imagemagick": {
"type": "ghtar", "type": "ghtar",
"repo": "ImageMagick/ImageMagick", "repo": "ImageMagick/ImageMagick",
@ -360,16 +370,6 @@
"path": "COPYING" "path": "COPYING"
} }
}, },
"igbinary": {
"type": "url",
"url": "https://pecl.php.net/get/igbinary",
"path": "php-src/ext/igbinary",
"filename": "igbinary.tgz",
"license": {
"type": "file",
"path": "COPYING"
}
},
"onig": { "onig": {
"type": "ghrel", "type": "ghrel",
"repo": "kkos/oniguruma", "repo": "kkos/oniguruma",