-
Notifications
You must be signed in to change notification settings - Fork 4
189 lines (189 loc) · 7.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
{
"version": "1.36.0-FRP-4784-g5507c8744",
"description": "BusyBox is a single binary that contains many common Unix tools",
"homepage": "https://frippery.org/busybox",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://frippery.org/files/busybox/busybox-w64-FRP-4784-g5507c8744.exe#/busybox.exe",
"hash": "d112c583aaa10bef1af67a45bcc69d160088521747c7d77549dd7fa12dfd88e6"
},
"32bit": {
"url": "https://frippery.org/files/busybox/busybox-w32-FRP-4784-g5507c8744.exe#/busybox.exe",
"hash": "1a257708ce5c455e0a1a56023e0d91af7e894455b9d61f69d56b126928481b82"
}
},
// "post_install": [
// "if (!(Test-Path \"$env:USERPROFILE\\.profile\")) {",
// " info 'creating ~/.profile'",
// "@\"",
// "if [ -e ~/.bashrc ]; then",
// " source ~/.bashrc",
// "fi",
// "\"@ | Out-File \"$env:USERPROFILE\\.profile\" -Encoding oem",
// "}"
// ],
"checkver": { "url": "https://frippery.org/busybox/", "regex": ">busybox-w32-FRP-([\\w-]+)\\." },
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://frippery.org/files/busybox/busybox-w64-FRP-$version.exe#/busybox.exe"
},
"32bit": {
"url": "https://frippery.org/files/busybox/busybox-w32-FRP-$version.exe#/busybox.exe"
}
},
"hash": { "url": "$baseurl/SHA256SUM" }
},
"bin": ["busybox.exe", ["busybox.exe", "bb"] // *
// ["busybox.exe", "ar", "ar"],
// ["busybox.exe", "arch", "arch"],
// ["busybox.exe", "ash", "ash"],
// ["busybox.exe", "awk", "awk"],
// ["busybox.exe", "base64", "base64"],
// ["busybox.exe", "basename", "basename"],
// ["busybox.exe", "bash", "bash"],
// ["busybox.exe", "bunzip2", "bunzip2"],
// ["busybox.exe", "bzcat", "bzcat"],
// ["busybox.exe", "bzip2", "bzip2"],
// ["busybox.exe", "cal", "cal"],
// ["busybox.exe", "cat", "cat"],
// ["busybox.exe", "chmod", "chmod"],
// ["busybox.exe", "cksum", "cksum"],
// ["busybox.exe", "clear", "clear"],
// ["busybox.exe", "cmp", "cmp"],
// ["busybox.exe", "comm", "comm"],
// ["busybox.exe", "cp", "cp"],
// ["busybox.exe", "cpio", "cpio"],
// ["busybox.exe", "cut", "cut"],
// ["busybox.exe", "date", "date"],
// ["busybox.exe", "dc", "dc"],
// ["busybox.exe", "dd", "dd"],
// ["busybox.exe", "df", "df"],
// ["busybox.exe", "diff", "diff"],
// ["busybox.exe", "dirname", "dirname"],
// ["busybox.exe", "dos2unix", "dos2unix"],
// ["busybox.exe", "dpkg", "dpkg"],
// ["busybox.exe", "dpkg-deb", "dpkg-deb"],
// ["busybox.exe", "du", "du"],
// ["busybox.exe", "echo", "echo"],
// ["busybox.exe", "ed", "ed"],
// ["busybox.exe", "egrep", "egrep"],
// ["busybox.exe", "env", "env"],
// ["busybox.exe", "expand", "expand"],
// ["busybox.exe", "expr", "expr"],
// ["busybox.exe", "factor", "factor"],
// ["busybox.exe", "false", "false"],
// ["busybox.exe", "fgrep", "fgrep"],
// ["busybox.exe", "find", "find"],
// ["busybox.exe", "fold", "fold"],
// ["busybox.exe", "fsync", "fsync"],
// ["busybox.exe", "ftpget", "ftpget"],
// ["busybox.exe", "ftpput", "ftpput"],
// ["busybox.exe", "getopt", "getopt"],
// ["busybox.exe", "grep", "grep"],
// ["busybox.exe", "groups", "groups"],
// ["busybox.exe", "gunzip", "gunzip"],
// ["busybox.exe", "gzip", "gzip"],
// ["busybox.exe", "hd", "hd"],
// ["busybox.exe", "head", "head"],
// ["busybox.exe", "hexdump", "hexdump"],
// ["busybox.exe", "httpd", "httpd"],
// ["busybox.exe", "iconv", "iconv"],
// ["busybox.exe", "id", "id"],
// ["busybox.exe", "ipcalc", "ipcalc"],
// ["busybox.exe", "kill", "kill"],
// ["busybox.exe", "killall", "killall"],
// ["busybox.exe", "less", "less"],
// ["busybox.exe", "link", "link"],
// ["busybox.exe", "ln", "ln"],
// ["busybox.exe", "logname", "logname"],
// ["busybox.exe", "ls", "ls"],
// ["busybox.exe", "lzcat", "lzcat"],
// ["busybox.exe", "lzma", "lzma"],
// ["busybox.exe", "lzop", "lzop"],
// ["busybox.exe", "lzopcat", "lzopcat"],
// ["busybox.exe", "man", "man"],
// ["busybox.exe", "md5sum", "md5sum"],
// ["busybox.exe", "mkdir", "mkdir"],
// ["busybox.exe", "mktemp", "mktemp"],
// ["busybox.exe", "mv", "mv"],
// ["busybox.exe", "nc", "nc"],
// ["busybox.exe", "nl", "nl"],
// ["busybox.exe", "od", "od"],
// ["busybox.exe", "paste", "paste"],
// ["busybox.exe", "patch", "patch"],
// ["busybox.exe", "pgrep", "pgrep"],
// ["busybox.exe", "pidof", "pidof"],
// ["busybox.exe", "pipe_progress", "pipe_progress"],
// ["busybox.exe", "pkill", "pkill"],
// ["busybox.exe", "printenv", "printenv"],
// ["busybox.exe", "printf", "printf"],
// ["busybox.exe", "ps", "ps"],
// ["busybox.exe", "pwd", "pwd"],
// ["busybox.exe", "readlink", "readlink"],
// ["busybox.exe", "realpath", "realpath"],
// ["busybox.exe", "reset", "reset"],
// ["busybox.exe", "rev", "rev"],
// ["busybox.exe", "rm", "rm"],
// ["busybox.exe", "rmdir", "rmdir"],
// ["busybox.exe", "rpm", "rpm"],
// ["busybox.exe", "rpm2cpio", "rpm2cpio"],
// ["busybox.exe", "sed", "sed"],
// ["busybox.exe", "seq", "seq"],
// ["busybox.exe", "sh", "sh"],
// ["busybox.exe", "sha1sum", "sha1sum"],
// ["busybox.exe", "sha256sum", "sha256sum"],
// ["busybox.exe", "sha3sum", "sha3sum"],
// ["busybox.exe", "sha512sum", "sha512sum"],
// ["busybox.exe", "shred", "shred"],
// ["busybox.exe", "shuf", "shuf"],
// ["busybox.exe", "sleep", "sleep"],
// ["busybox.exe", "sort", "sort"],
// ["busybox.exe", "split", "split"],
// ["busybox.exe", "ssl_client", "ssl_client"],
// ["busybox.exe", "stat", "stat"],
// ["busybox.exe", "strings", "strings"],
// ["busybox.exe", "su", "su"],
// ["busybox.exe", "sum", "sum"],
// ["busybox.exe", "tac", "tac"],
// ["busybox.exe", "tail", "tail"],
// ["busybox.exe", "tar", "tar"],
// ["busybox.exe", "tee", "tee"],
// ["busybox.exe", "test", "test"],
// ["busybox.exe", "time", "time"],
// ["busybox.exe", "timeout", "timeout"],
// ["busybox.exe", "touch", "touch"],
// ["busybox.exe", "tr", "tr"],
// ["busybox.exe", "true", "true"],
// ["busybox.exe", "truncate", "truncate"],
// ["busybox.exe", "ts", "ts"],
// ["busybox.exe", "ttysize", "ttysize"],
// ["busybox.exe", "uname", "uname"],
// ["busybox.exe", "uncompress", "uncompress"],
// ["busybox.exe", "unexpand", "unexpand"],
// ["busybox.exe", "uniq", "uniq"],
// ["busybox.exe", "unix2dos", "unix2dos"],
// ["busybox.exe", "unlink", "unlink"],
// ["busybox.exe", "unlzma", "unlzma"],
// ["busybox.exe", "unlzop", "unlzop"],
// ["busybox.exe", "unxz", "unxz"],
// ["busybox.exe", "unzip", "unzip"],
// ["busybox.exe", "usleep", "usleep"],
// ["busybox.exe", "uudecode", "uudecode"],
// ["busybox.exe", "uuencode", "uuencode"],
// ["busybox.exe", "vi", "vi"],
// ["busybox.exe", "watch", "watch"],
// ["busybox.exe", "wc", "wc"],
// ["busybox.exe", "wget", "wget"],
// ["busybox.exe", "which", "which"],
// ["busybox.exe", "whoami", "whoami"],
// ["busybox.exe", "whois", "whois"],
// ["busybox.exe", "xargs", "xargs"],
// ["busybox.exe", "xxd", "xxd"],
// ["busybox.exe", "xz", "xz"],
// ["busybox.exe", "xzcat", "xzcat"],
// ["busybox.exe", "yes", "yes"],
// ["busybox.exe", "zcat", "zcat"]
]
}