-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 2.27 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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@xpack-dev-tools/meson-build",
"version": "1.5.2-1.1",
"description": "A binary xpm package with the Meson Build executables",
"main": "",
"scripts": {
"postversion": "git push origin --all && git push origin --tags",
"test": "echo \"Error: no test specified\" && exit 1",
"liquidjs": "liquidjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xpack-dev-tools/meson-build-xpack.git"
},
"bugs": {
"url": "https://github.com/xpack-dev-tools/meson-build-xpack/issues"
},
"homepage": "https://xpack-dev-tools.github.io/meson-build-xpack/",
"keywords": [
"xpack",
"meson",
"build"
],
"author": {
"name": "Liviu Ionescu",
"email": "[email protected]",
"url": "https://github.com/ilg-ul"
},
"license": "MIT",
"xpack": {
"minimumXpmRequired": "0.16.3",
"binaries": {
"destination": "./.content",
"baseUrl": "https://github.com/xpack-dev-tools/meson-build-xpack/releases/download/v1.5.2-1",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-meson-build-1.5.2-1-darwin-arm64.tar.gz",
"sha256": "eb48060913f99241f986cbe93ebe2d031b5905cf017c351a67fdd50a657760a5"
},
"darwin-x64": {
"fileName": "xpack-meson-build-1.5.2-1-darwin-x64.tar.gz",
"sha256": "3554fbb81b5c9587ab303bc4fca68366202462ab51cb326e9309f51caee7582b"
},
"linux-arm64": {
"fileName": "xpack-meson-build-1.5.2-1-linux-arm64.tar.gz",
"sha256": "bdb1d18f1f681e2591888a7b1026f47aaa0cdfe3a917bc5b6e403ea5abd4666b"
},
"linux-arm": {
"fileName": "xpack-meson-build-1.5.2-1-linux-arm.tar.gz",
"sha256": "75c6ef48a7196f91bc232c832e4e30b65861b8cd5ef56b30b340db0c93d1d0fc"
},
"linux-x64": {
"fileName": "xpack-meson-build-1.5.2-1-linux-x64.tar.gz",
"sha256": "c24f9b2b227781babae0bae03c0439a73b58b5bf5b4e81a2fc17cd76ae9f47d0"
},
"win32-x64": {
"fileName": "xpack-meson-build-1.5.2-1-win32-x64.zip",
"sha256": "f585769330e5aa75cbfb1997eb9535a76efe08ecf67ea5a4600c263901b1e0ac"
}
}
},
"bin": {
"meson": "./.content/bin/meson",
"meson-python3": "./.content/bin/meson-python3"
}
}
}