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