sort config

This commit is contained in:
crazywhalecc 2025-08-31 15:06:59 +08:00
parent 0fa38bad6d
commit 86973e622d
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680
3 changed files with 62 additions and 62 deletions

View File

@ -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": [

View File

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

View File

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