This repository has been archived by the owner on Feb 28, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
144 lines (144 loc) · 8.13 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "@xpack-dev-tools/riscv-none-embed-gcc",
"version": "10.2.0-1.2.1",
"description": "A binary xPack with the GNU RISC-V Embedded GCC executables",
"main": "",
"scripts": {
"npm-install": "npm install",
"pack": "npm pack",
"version-patch": "npm version patch",
"version-minor": "npm version minor",
"postversion": "git push origin --all && git push origin --tags",
"git-log": "git log --pretty='%cd * %h %s' --date=short",
"test": "echo \"Error: no test specified\" && exit 1",
"liquidjs": "liquidjs"
},
"repository": {
"type": "git",
"url": "https://github.com/xpack-dev-tools/riscv-none-gcc-xpack.git/"
},
"bugs": {
"url": "https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/issues/"
},
"homepage": "https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/#readme",
"keywords": [
"xpack",
"gcc",
"riscv",
"toolchain",
"embedded"
],
"author": {
"name": "Liviu Ionescu",
"email": "[email protected]",
"url": "https://github.com/ilg-ul/"
},
"license": "MIT",
"xpack": {
"minimumXpmRequired": "0.10.2",
"binaries": {
"destination": "./.content",
"baseUrl": "https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/releases/download/v10.2.0-1.2",
"skip": 1,
"platforms": {
"darwin-x64": {
"fileName": "xpack-riscv-none-embed-gcc-10.2.0-1.2-darwin-x64.tar.gz",
"sha256": "62637b65ba5f57b88ee32ebf329164cbd9b2fa1d4531915950f707499a7efa2a"
},
"linux-arm64": {
"fileName": "xpack-riscv-none-embed-gcc-10.2.0-1.2-linux-arm64.tar.gz",
"sha256": "8d516bc593144935d844e1a34f113cde4b9e0ee0046c1f0228e9924f35b4dd30"
},
"linux-ia32": {
"fileName": "xpack-riscv-none-embed-gcc-10.2.0-1.2-linux-ia32.tar.gz",
"sha256": "2e3f947403404359c8996a8b8c50dc61e8ee0f720da561d354f74b57f2fd4d53"
},
"linux-x64": {
"fileName": "xpack-riscv-none-embed-gcc-10.2.0-1.2-linux-x64.tar.gz",
"sha256": "d72bdcd1eee41dc5a208a8a03976b70d014510deb5890c9e8738e804ba23f985"
},
"win32-ia32": {
"fileName": "xpack-riscv-none-embed-gcc-10.2.0-1.2-win32-ia32.zip",
"sha256": "f9d25d057d69e3d460fd15f422b533ae315e6ecdcd389bbd784cc2e083ba64b3"
},
"win32-x64": {
"fileName": "xpack-riscv-none-embed-gcc-10.2.0-1.2-win32-x64.zip",
"sha256": "2ec9f651dc349da0672edf6d26542e85c7c8068c8eab11b88b99b0edbd2260fc"
}
}
},
"bin": {
"riscv-none-embed-addr2line": "./.content/bin/riscv-none-embed-addr2line",
"riscv-none-embed-ar": "./.content/bin/riscv-none-embed-ar",
"riscv-none-embed-as": "./.content/bin/riscv-none-embed-as",
"riscv-none-embed-c++": "./.content/bin/riscv-none-embed-c++",
"riscv-none-embed-c++filt": "./.content/bin/riscv-none-embed-c++filt",
"riscv-none-embed-cpp": "./.content/bin/riscv-none-embed-cpp",
"riscv-none-embed-elfedit": "./.content/bin/riscv-none-embed-elfedit",
"riscv-none-embed-g++": "./.content/bin/riscv-none-embed-g++",
"riscv-none-embed-gcc": "./.content/bin/riscv-none-embed-gcc",
"riscv-none-embed-gcc-ar": "./.content/bin/riscv-none-embed-gcc-ar",
"riscv-none-embed-gcc-nm": "./.content/bin/riscv-none-embed-gcc-nm",
"riscv-none-embed-gcc-ranlib": "./.content/bin/riscv-none-embed-gcc-ranlib",
"riscv-none-embed-gcov": "./.content/bin/riscv-none-embed-gcov",
"riscv-none-embed-gcov-dump": "./.content/bin/riscv-none-embed-gcov-dump",
"riscv-none-embed-gcov-tool": "./.content/bin/riscv-none-embed-gcov-tool",
"riscv-none-embed-gdb": "./.content/bin/riscv-none-embed-gdb",
"riscv-none-embed-gdb-add-index": "./.content/bin/riscv-none-embed-gdb-add-index",
"riscv-none-embed-gdb-add-index-py3": "./.content/bin/riscv-none-embed-gdb-add-index-py3",
"riscv-none-embed-gdb-py3": "./.content/bin/riscv-none-embed-gdb-py3",
"riscv-none-embed-gprof": "./.content/bin/riscv-none-embed-gprof",
"riscv-none-embed-ld": "./.content/bin/riscv-none-embed-ld",
"riscv-none-embed-ld.bfd": "./.content/bin/riscv-none-embed-ld.bfd",
"riscv-none-embed-nm": "./.content/bin/riscv-none-embed-nm",
"riscv-none-embed-objcopy": "./.content/bin/riscv-none-embed-objcopy",
"riscv-none-embed-objdump": "./.content/bin/riscv-none-embed-objdump",
"riscv-none-embed-ranlib": "./.content/bin/riscv-none-embed-ranlib",
"riscv-none-embed-readelf": "./.content/bin/riscv-none-embed-readelf",
"riscv-none-embed-size": "./.content/bin/riscv-none-embed-size",
"riscv-none-embed-strings": "./.content/bin/riscv-none-embed-strings",
"riscv-none-embed-strip": "./.content/bin/riscv-none-embed-strip"
},
"properties": {
"appName": "GNU RISC-V Embedded GCC",
"appLCName": "riscv-none-embed-gcc",
"platforms": "linux-x64,linux-ia32,linux-arm64,darwin-x64,darwin-arm64,win32-x64,win32-ia32",
"LIQUIDJS": "liquidjs '{ \"APP_NAME\": \"{{ properties.appName }}\", \"APP_LC_NAME\": \"{{ properties.appLCName }}\", \"platforms\": \"{{ properties.platforms }}\" }'"
},
"actions": {
"generate-workflows": [
"mkdir -p .github/workflows/",
"cp scripts/helper/templates/body-github-pre-releases-test.md .github/workflows/",
"cat scripts/helper/templates/build-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-all.yml",
"cat scripts/helper/templates/build-xbbli-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-xbbli.yml",
"cat scripts/helper/templates/build-xbbla32-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-xbbla32.yml",
"cat scripts/helper/templates/build-xbbla64-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-xbbla64.yml",
"cat scripts/helper/templates/build-xbbmi-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-xbbmi.yml",
"cat scripts/helper/templates/build-xbbma-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-xbbma.yml",
"cat scripts/helper/templates/test-prime-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/test-prime.yml",
"cat scripts/helper/templates/test-docker-linux-intel-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/test-docker-linux-intel.yml",
"cat scripts/helper/templates/test-docker-linux-arm-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/test-docker-linux-arm.yml",
"cat scripts/helper/templates/publish-release-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/publish-release.yml",
"cat scripts/helper/templates/test-xpm-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/test-xpm.yml"
],
"trigger-workflow-build-all": "bash scripts/helper/trigger-workflow-build.sh",
"trigger-workflow-build-xbbli": "bash scripts/helper/trigger-workflow-build.sh --machine xbbli",
"trigger-workflow-build-xbbla32": "bash scripts/helper/trigger-workflow-build.sh --machine xbbla32",
"trigger-workflow-build-xbbla64": "bash scripts/helper/trigger-workflow-build.sh --machine xbbla64",
"trigger-workflow-build-xbbmi": "bash scripts/helper/trigger-workflow-build.sh --machine xbbmi",
"trigger-workflow-build-xbbma": "bash scripts/helper/trigger-workflow-build.sh --machine xbbma",
"trigger-workflow-test-prime": "bash scripts/helper/tests/trigger-workflow-test-prime.sh",
"trigger-workflow-test-docker-linux-intel": "bash scripts/helper/tests/trigger-workflow-test-docker-linux-intel.sh",
"trigger-workflow-test-docker-linux-arm": "bash scripts/helper/tests/trigger-workflow-test-docker-linux-arm.sh",
"trigger-travis-macos": "bash scripts/helper/tests/trigger-travis-macos.sh",
"trigger-workflow-publish-release": "bash scripts/helper/trigger-workflow-publish-release.sh",
"generate-jekyll-post": "bash scripts/helper/generate-jekyll-post.sh",
"update-package-binaries": "bash scripts/helper/update-package-binaries.sh",
"trigger-workflow-test-xpm": "bash scripts/helper/tests/trigger-workflow-test-xpm.sh"
}
},
"bundleDependencies": [],
"devDependencies": {
"liquidjs": "^9.25.1"
}
}