-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 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
69
70
{
"name": "@xpack-dev-tools/cmake",
"version": "3.29.9-1.1",
"description": "A binary xpm package with the CMake 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/cmake-xpack.git"
},
"bugs": {
"url": "https://github.com/xpack-dev-tools/cmake-xpack/issues"
},
"homepage": "https://xpack-dev-tools.github.io/cmake-xpack/",
"keywords": [
"xpack",
"cmake",
"build"
],
"author": {
"name": "Liviu Ionescu",
"email": "ilg@livius.net",
"url": "https://github.com/ilg-ul"
},
"license": "MIT",
"xpack": {
"minimumXpmRequired": "0.16.3",
"binaries": {
"destination": "./.content",
"baseUrl": "https://github.com/xpack-dev-tools/cmake-xpack/releases/download/v3.29.9-1",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-cmake-3.29.9-1-darwin-arm64.tar.gz",
"sha256": "2c13f90920d1a9ff1f855c53bcab3d6b3e9c4b22eb5827097bf683e624c23bd3"
},
"darwin-x64": {
"fileName": "xpack-cmake-3.29.9-1-darwin-x64.tar.gz",
"sha256": "39ba8e184bb7a98bb6ea0e00392cadc56857c0c4999abfeec5a947a242c86f78"
},
"linux-arm": {
"fileName": "xpack-cmake-3.29.9-1-linux-arm.tar.gz",
"sha256": "3d4eb4ca5f81a4dc7b613cc3bb21cf79cd329d2fc9ccfcbe8d780c69064fae40"
},
"linux-arm64": {
"fileName": "xpack-cmake-3.29.9-1-linux-arm64.tar.gz",
"sha256": "7ef440909241380977949fa76666914fef2eaebfecf80eff6228b8a6745567dd"
},
"linux-x64": {
"fileName": "xpack-cmake-3.29.9-1-linux-x64.tar.gz",
"sha256": "31f7ea43fed9c8229a734b2585dbba462750e77726268300d791787967970be5"
},
"win32-x64": {
"fileName": "xpack-cmake-3.29.9-1-win32-x64.zip",
"sha256": "8480fa83aaeeae0b4fdb22af504761ded1176c5bc67549dcfd708da04667dfc1"
}
}
},
"bin": {
"ccmake": "./.content/bin/ccmake",
"cmake": "./.content/bin/cmake",
"cpack": "./.content/bin/cpack",
"ctest": "./.content/bin/ctest"
}
}
}