mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
sort config
This commit is contained in:
parent
0fa38bad6d
commit
86973e622d
@ -19,6 +19,10 @@
|
|||||||
"watcher"
|
"watcher"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"micro": {
|
||||||
|
"type": "target",
|
||||||
|
"source": "micro"
|
||||||
|
},
|
||||||
"pkg-config": {
|
"pkg-config": {
|
||||||
"type": "package",
|
"type": "package",
|
||||||
"source": "pkg-config",
|
"source": "pkg-config",
|
||||||
@ -26,10 +30,6 @@
|
|||||||
"pkg-config"
|
"pkg-config"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"micro": {
|
|
||||||
"type": "target",
|
|
||||||
"source": "micro"
|
|
||||||
},
|
|
||||||
"attr": {
|
"attr": {
|
||||||
"source": "attr",
|
"source": "attr",
|
||||||
"static-libs-unix": [
|
"static-libs-unix": [
|
||||||
|
|||||||
@ -1,4 +1,16 @@
|
|||||||
{
|
{
|
||||||
|
"go-xcaddy-aarch64-linux": {
|
||||||
|
"type": "custom"
|
||||||
|
},
|
||||||
|
"go-xcaddy-aarch64-macos": {
|
||||||
|
"type": "custom"
|
||||||
|
},
|
||||||
|
"go-xcaddy-x86_64-linux": {
|
||||||
|
"type": "custom"
|
||||||
|
},
|
||||||
|
"go-xcaddy-x86_64-macos": {
|
||||||
|
"type": "custom"
|
||||||
|
},
|
||||||
"musl-toolchain-aarch64-linux": {
|
"musl-toolchain-aarch64-linux": {
|
||||||
"type": "url",
|
"type": "url",
|
||||||
"url": "https://dl.static-php.dev/static-php-cli/deps/musl-toolchain/aarch64-musl-toolchain.tgz"
|
"url": "https://dl.static-php.dev/static-php-cli/deps/musl-toolchain/aarch64-musl-toolchain.tgz"
|
||||||
@ -15,6 +27,38 @@
|
|||||||
"nasm-2.16.01/ndisasm.exe": "{php_sdk_path}/bin/ndisasm.exe"
|
"nasm-2.16.01/ndisasm.exe": "{php_sdk_path}/bin/ndisasm.exe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"pkg-config-aarch64-linux": {
|
||||||
|
"type": "ghrel",
|
||||||
|
"repo": "static-php/static-php-cli-hosted",
|
||||||
|
"match": "pkg-config-aarch64-linux-musl-1.2.5.txz",
|
||||||
|
"extract-files": {
|
||||||
|
"bin/pkg-config": "{pkg_root_path}/bin/pkg-config"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pkg-config-aarch64-macos": {
|
||||||
|
"type": "ghrel",
|
||||||
|
"repo": "static-php/static-php-cli-hosted",
|
||||||
|
"match": "pkg-config-aarch64-darwin.txz",
|
||||||
|
"extract-files": {
|
||||||
|
"bin/pkg-config": "{pkg_root_path}/bin/pkg-config"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pkg-config-x86_64-linux": {
|
||||||
|
"type": "ghrel",
|
||||||
|
"repo": "static-php/static-php-cli-hosted",
|
||||||
|
"match": "pkg-config-x86_64-linux-musl-1.2.5.txz",
|
||||||
|
"extract-files": {
|
||||||
|
"bin/pkg-config": "{pkg_root_path}/bin/pkg-config"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pkg-config-x86_64-macos": {
|
||||||
|
"type": "ghrel",
|
||||||
|
"repo": "static-php/static-php-cli-hosted",
|
||||||
|
"match": "pkg-config-x86_64-darwin.txz",
|
||||||
|
"extract-files": {
|
||||||
|
"bin/pkg-config": "{pkg_root_path}/bin/pkg-config"
|
||||||
|
}
|
||||||
|
},
|
||||||
"strawberry-perl-x86_64-win": {
|
"strawberry-perl-x86_64-win": {
|
||||||
"type": "url",
|
"type": "url",
|
||||||
"url": "https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/SP_5380_5361/strawberry-perl-5.38.0.1-64bit-portable.zip"
|
"url": "https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/SP_5380_5361/strawberry-perl-5.38.0.1-64bit-portable.zip"
|
||||||
@ -43,63 +87,19 @@
|
|||||||
"upx-*-win64/upx.exe": "{pkg_root_path}/bin/upx.exe"
|
"upx-*-win64/upx.exe": "{pkg_root_path}/bin/upx.exe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"go-xcaddy-x86_64-linux": {
|
|
||||||
"type": "custom"
|
|
||||||
},
|
|
||||||
"go-xcaddy-aarch64-linux": {
|
|
||||||
"type": "custom"
|
|
||||||
},
|
|
||||||
"go-xcaddy-x86_64-macos": {
|
|
||||||
"type": "custom"
|
|
||||||
},
|
|
||||||
"go-xcaddy-aarch64-macos": {
|
|
||||||
"type": "custom"
|
|
||||||
},
|
|
||||||
"zig-x86_64-linux": {
|
|
||||||
"type": "custom"
|
|
||||||
},
|
|
||||||
"zig-aarch64-linux": {
|
"zig-aarch64-linux": {
|
||||||
"type": "custom"
|
"type": "custom"
|
||||||
},
|
},
|
||||||
"zig-x86_64-macos": {
|
|
||||||
"type": "custom"
|
|
||||||
},
|
|
||||||
"zig-aarch64-macos": {
|
"zig-aarch64-macos": {
|
||||||
"type": "custom"
|
"type": "custom"
|
||||||
},
|
},
|
||||||
"zig-x86_64-win": {
|
"zig-x86_64-linux": {
|
||||||
"type": "custom"
|
"type": "custom"
|
||||||
},
|
},
|
||||||
"pkg-config-x86_64-linux": {
|
"zig-x86_64-macos": {
|
||||||
"type": "ghrel",
|
"type": "custom"
|
||||||
"repo": "static-php/static-php-cli-hosted",
|
|
||||||
"match": "pkg-config-x86_64-linux-musl-1.2.5.txz",
|
|
||||||
"extract-files": {
|
|
||||||
"bin/pkg-config": "{pkg_root_path}/bin/pkg-config"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"pkg-config-aarch64-linux": {
|
"zig-x86_64-win": {
|
||||||
"type": "ghrel",
|
"type": "custom"
|
||||||
"repo": "static-php/static-php-cli-hosted",
|
|
||||||
"match": "pkg-config-aarch64-linux-musl-1.2.5.txz",
|
|
||||||
"extract-files": {
|
|
||||||
"bin/pkg-config": "{pkg_root_path}/bin/pkg-config"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"pkg-config-x86_64-macos": {
|
|
||||||
"type": "ghrel",
|
|
||||||
"repo": "static-php/static-php-cli-hosted",
|
|
||||||
"match": "pkg-config-x86_64-darwin.txz",
|
|
||||||
"extract-files": {
|
|
||||||
"bin/pkg-config": "{pkg_root_path}/bin/pkg-config"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"pkg-config-aarch64-macos": {
|
|
||||||
"type": "ghrel",
|
|
||||||
"repo": "static-php/static-php-cli-hosted",
|
|
||||||
"match": "pkg-config-aarch64-darwin.txz",
|
|
||||||
"extract-files": {
|
|
||||||
"bin/pkg-config": "{pkg_root_path}/bin/pkg-config"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -7,15 +7,6 @@
|
|||||||
},
|
},
|
||||||
"alt": false
|
"alt": false
|
||||||
},
|
},
|
||||||
"pkg-config": {
|
|
||||||
"type": "url",
|
|
||||||
"url": "https://dl.static-php.dev/static-php-cli/deps/pkg-config/pkg-config-0.29.2.tar.gz",
|
|
||||||
"provide-pre-built": true,
|
|
||||||
"license": {
|
|
||||||
"type": "file",
|
|
||||||
"path": "COPYING"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"amqp": {
|
"amqp": {
|
||||||
"type": "url",
|
"type": "url",
|
||||||
"url": "https://pecl.php.net/get/amqp",
|
"url": "https://pecl.php.net/get/amqp",
|
||||||
@ -877,6 +868,15 @@
|
|||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"pkg-config": {
|
||||||
|
"type": "url",
|
||||||
|
"url": "https://dl.static-php.dev/static-php-cli/deps/pkg-config/pkg-config-0.29.2.tar.gz",
|
||||||
|
"provide-pre-built": true,
|
||||||
|
"license": {
|
||||||
|
"type": "file",
|
||||||
|
"path": "COPYING"
|
||||||
|
}
|
||||||
|
},
|
||||||
"postgresql": {
|
"postgresql": {
|
||||||
"type": "ghtagtar",
|
"type": "ghtagtar",
|
||||||
"repo": "postgres/postgres",
|
"repo": "postgres/postgres",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user