forked from reasonml-old/yarn-pkg-config
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
30 lines (30 loc) · 860 Bytes
/
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
{
"name": "yarn-pkg-config",
"version": "0.29.5001",
"esy": {
"build": [
"find ./ -exec touch -t 200905010101 {} +",
[
"bash",
"-c",
"./configure --with-internal-glib --prefix $cur__install #{os == 'windows' ? '--host x86_64-w64-mingw32' : ''}"
],
"make -j4",
"make install"
],
"exportedEnv": {
"PATH": {
"scope": "global",
"val": "#{ (os == 'windows' ? '/usr/x86_64-w64-mingw32/sys-root/mingw/bin': '') : $PATH}"
},
"PKG_CONFIG_PATH": {
"scope": "global",
"val": "#{'/usr/lib/x86_64-linux-gnu/pkgconfig':'/usr/lib/pkgconfig':'/usr/local/lib/pkgconfig':'/usr/share/pkgconfig':'/usr/local/share/pkgconfig':$cur__lib:$PKG_CONFIG_PATH}"
}
},
"buildsInSource": true
},
"keywords": [],
"author": "",
"license": "ISC"
}