-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 1.13 KB
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 1.13 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
{
"name": "zsh-svn",
"description": "Subversion, a version control system",
"license": "MIT",
"homepage": "https://github.com/apache/subversion",
"keywords": [
"apache subversion",
"zsh"
],
"author": "Yuu Yamashita, Sam Stephenson, Mislav Marohnić, Josh Friend",
"bugs": {
"url": "https://github.com/apache/subversion"
},
"zsh-data": {
"plugin-info": {
"requires": "rdl",
"url": "https://subversion.apache.org/download.cgi"
},
"zi-ices": {
"default": {
"is-snippet": "",
"lucid": "",
"id-as": "subversion",
"as": "readurl|null",
"dlink": "https://.*/subversion-%VERSION%.tar.bz2",
"atclone": "ziextract --move --auto; +zi-message 'Building Subversion...'; ./configure --prefix='$ZPFX' --with-apr='$ZPFX' &>/dev/null && make >/dev/null && +zi-message 'Installing Subversion to $ZPFX...' && make install &>/dev/null && +zi-message '{ok}Installation of Subversion succeeded{rst}' || +zi-message '{error}Installation of Subversion failed{rst}'",
"atpull": "%atclone",
"countdown": "",
"nocompile": "!"
}
}
}
}