Skip to content

Commit 86973e6

Browse files
committed
sort config
1 parent 0fa38ba commit 86973e6

File tree

3 files changed

+59
-59
lines changed

3 files changed

+59
-59
lines changed

config/lib.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
"watcher"
2020
]
2121
},
22+
"micro": {
23+
"type": "target",
24+
"source": "micro"
25+
},
2226
"pkg-config": {
2327
"type": "package",
2428
"source": "pkg-config",
2529
"bin-unix": [
2630
"pkg-config"
2731
]
2832
},
29-
"micro": {
30-
"type": "target",
31-
"source": "micro"
32-
},
3333
"attr": {
3434
"source": "attr",
3535
"static-libs-unix": [

config/pkg.json

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
{
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+
},
214
"musl-toolchain-aarch64-linux": {
315
"type": "url",
416
"url": "https://dl.static-php.dev/static-php-cli/deps/musl-toolchain/aarch64-musl-toolchain.tgz"
@@ -15,6 +27,38 @@
1527
"nasm-2.16.01/ndisasm.exe": "{php_sdk_path}/bin/ndisasm.exe"
1628
}
1729
},
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+
},
1862
"strawberry-perl-x86_64-win": {
1963
"type": "url",
2064
"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 @@
4387
"upx-*-win64/upx.exe": "{pkg_root_path}/bin/upx.exe"
4488
}
4589
},
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": {
5391
"type": "custom"
5492
},
55-
"go-xcaddy-aarch64-macos": {
93+
"zig-aarch64-macos": {
5694
"type": "custom"
5795
},
5896
"zig-x86_64-linux": {
5997
"type": "custom"
6098
},
61-
"zig-aarch64-linux": {
62-
"type": "custom"
63-
},
6499
"zig-x86_64-macos": {
65100
"type": "custom"
66101
},
67-
"zig-aarch64-macos": {
68-
"type": "custom"
69-
},
70102
"zig-x86_64-win": {
71103
"type": "custom"
72-
},
73-
"pkg-config-x86_64-linux": {
74-
"type": "ghrel",
75-
"repo": "static-php/static-php-cli-hosted",
76-
"match": "pkg-config-x86_64-linux-musl-1.2.5.txz",
77-
"extract-files": {
78-
"bin/pkg-config": "{pkg_root_path}/bin/pkg-config"
79-
}
80-
},
81-
"pkg-config-aarch64-linux": {
82-
"type": "ghrel",
83-
"repo": "static-php/static-php-cli-hosted",
84-
"match": "pkg-config-aarch64-linux-musl-1.2.5.txz",
85-
"extract-files": {
86-
"bin/pkg-config": "{pkg_root_path}/bin/pkg-config"
87-
}
88-
},
89-
"pkg-config-x86_64-macos": {
90-
"type": "ghrel",
91-
"repo": "static-php/static-php-cli-hosted",
92-
"match": "pkg-config-x86_64-darwin.txz",
93-
"extract-files": {
94-
"bin/pkg-config": "{pkg_root_path}/bin/pkg-config"
95-
}
96-
},
97-
"pkg-config-aarch64-macos": {
98-
"type": "ghrel",
99-
"repo": "static-php/static-php-cli-hosted",
100-
"match": "pkg-config-aarch64-darwin.txz",
101-
"extract-files": {
102-
"bin/pkg-config": "{pkg_root_path}/bin/pkg-config"
103-
}
104104
}
105105
}

config/source.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@
77
},
88
"alt": false
99
},
10-
"pkg-config": {
11-
"type": "url",
12-
"url": "https://dl.static-php.dev/static-php-cli/deps/pkg-config/pkg-config-0.29.2.tar.gz",
13-
"provide-pre-built": true,
14-
"license": {
15-
"type": "file",
16-
"path": "COPYING"
17-
}
18-
},
1910
"amqp": {
2011
"type": "url",
2112
"url": "https://pecl.php.net/get/amqp",
@@ -877,6 +868,15 @@
877868
"path": "LICENSE"
878869
}
879870
},
871+
"pkg-config": {
872+
"type": "url",
873+
"url": "https://dl.static-php.dev/static-php-cli/deps/pkg-config/pkg-config-0.29.2.tar.gz",
874+
"provide-pre-built": true,
875+
"license": {
876+
"type": "file",
877+
"path": "COPYING"
878+
}
879+
},
880880
"postgresql": {
881881
"type": "ghtagtar",
882882
"repo": "postgres/postgres",

0 commit comments

Comments
 (0)