-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.21 KB
/
package.json
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
{
"name": "zsh-bin",
"description": "Statically-linked, hermetic, relocatable ZSH",
"homepage": "https://github.com/romkatv/zsh-bin",
"bugs": {
"url": "https://github.com/romkatv/zsh-bin/issues"
},
"keywords": [
"Zshell",
"zsh"
],
"zsh-data": {
"plugin-info": {
"user": "romkatv",
"plugin": "zsh-bin",
"version": "6.1.0"
},
"zi-ices": {
"bgn": {
"requires": "cp;tar;bgn",
"from": "gh-r",
"bpick": "*.tar.gz",
"lucid": "",
"as": "null",
"sbin": "bin/zsh*",
"atclone": "",
"atpull": "%atclone",
"nocompile": "",
"nocompletions": ""
},
"default": {
"requires": "cp",
"lucid": "",
"git": "",
"depth": "1",
"as": "null",
"atclone": "./install -e yes -d /usr/local",
"atpull": "%atclone",
"nocompile": "",
"nocompletions": ""
},
"rootless": {
"requires": "cp",
"lucid": "",
"git": "",
"depth": "1",
"as": "null",
"atclone": "./install -e no -d ~/.local",
"atpull": "%atclone",
"nocompile": "",
"nocompletions": ""
}
}
}
}