|
1 | 1 | {
|
| 2 | + "go-xcaddy-aarch64-linux": { |
| 3 | + "type": "custom" |
| 4 | + }, |
| 5 | + "go-xcaddy-aarch64-macos": { |
| 6 | + "type": "custom" |
| 7 | + }, |
| 8 | + "go-xcaddy-x86_64-linux": { |
| 9 | + "type": "custom" |
| 10 | + }, |
| 11 | + "go-xcaddy-x86_64-macos": { |
| 12 | + "type": "custom" |
| 13 | + }, |
2 | 14 | "musl-toolchain-aarch64-linux": {
|
3 | 15 | "type": "url",
|
4 | 16 | "url": "https://dl.static-php.dev/static-php-cli/deps/musl-toolchain/aarch64-musl-toolchain.tgz"
|
|
15 | 27 | "nasm-2.16.01/ndisasm.exe": "{php_sdk_path}/bin/ndisasm.exe"
|
16 | 28 | }
|
17 | 29 | },
|
| 30 | + "pkg-config-aarch64-linux": { |
| 31 | + "type": "ghrel", |
| 32 | + "repo": "static-php/static-php-cli-hosted", |
| 33 | + "match": "pkg-config-aarch64-linux-musl-1.2.5.txz", |
| 34 | + "extract-files": { |
| 35 | + "bin/pkg-config": "{pkg_root_path}/bin/pkg-config" |
| 36 | + } |
| 37 | + }, |
| 38 | + "pkg-config-aarch64-macos": { |
| 39 | + "type": "ghrel", |
| 40 | + "repo": "static-php/static-php-cli-hosted", |
| 41 | + "match": "pkg-config-aarch64-darwin.txz", |
| 42 | + "extract-files": { |
| 43 | + "bin/pkg-config": "{pkg_root_path}/bin/pkg-config" |
| 44 | + } |
| 45 | + }, |
| 46 | + "pkg-config-x86_64-linux": { |
| 47 | + "type": "ghrel", |
| 48 | + "repo": "static-php/static-php-cli-hosted", |
| 49 | + "match": "pkg-config-x86_64-linux-musl-1.2.5.txz", |
| 50 | + "extract-files": { |
| 51 | + "bin/pkg-config": "{pkg_root_path}/bin/pkg-config" |
| 52 | + } |
| 53 | + }, |
| 54 | + "pkg-config-x86_64-macos": { |
| 55 | + "type": "ghrel", |
| 56 | + "repo": "static-php/static-php-cli-hosted", |
| 57 | + "match": "pkg-config-x86_64-darwin.txz", |
| 58 | + "extract-files": { |
| 59 | + "bin/pkg-config": "{pkg_root_path}/bin/pkg-config" |
| 60 | + } |
| 61 | + }, |
18 | 62 | "strawberry-perl-x86_64-win": {
|
19 | 63 | "type": "url",
|
20 | 64 | "url": "https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/SP_5380_5361/strawberry-perl-5.38.0.1-64bit-portable.zip"
|
|
43 | 87 | "upx-*-win64/upx.exe": "{pkg_root_path}/bin/upx.exe"
|
44 | 88 | }
|
45 | 89 | },
|
46 |
| - "go-xcaddy-x86_64-linux": { |
47 |
| - "type": "custom" |
48 |
| - }, |
49 |
| - "go-xcaddy-aarch64-linux": { |
50 |
| - "type": "custom" |
51 |
| - }, |
52 |
| - "go-xcaddy-x86_64-macos": { |
| 90 | + "zig-aarch64-linux": { |
53 | 91 | "type": "custom"
|
54 | 92 | },
|
55 |
| - "go-xcaddy-aarch64-macos": { |
| 93 | + "zig-aarch64-macos": { |
56 | 94 | "type": "custom"
|
57 | 95 | },
|
58 | 96 | "zig-x86_64-linux": {
|
59 | 97 | "type": "custom"
|
60 | 98 | },
|
61 |
| - "zig-aarch64-linux": { |
62 |
| - "type": "custom" |
63 |
| - }, |
64 | 99 | "zig-x86_64-macos": {
|
65 | 100 | "type": "custom"
|
66 | 101 | },
|
67 |
| - "zig-aarch64-macos": { |
68 |
| - "type": "custom" |
69 |
| - }, |
70 | 102 | "zig-x86_64-win": {
|
71 | 103 | "type": "custom"
|
72 | 104 | }
|
|
0 commit comments