forked from xpack-dev-tools/riscv-none-elf-gcc-xpack
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
148 lines (148 loc) · 8.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
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
145
146
147
148
{
"name": "@xpack-dev-tools/riscv-none-elf-gcc",
"version": "12.2.0-1.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-elf-gcc-xpack/issues/"
},
"homepage": "https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/#readme",
"keywords": [
"xpack",
"gcc",
"riscv",
"toolchain",
"embedded"
],
"author": {
"name": "Liviu Ionescu",
"email": "ilg@livius.net",
"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-elf-gcc-xpack/releases/download/v12.2.0-1",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-riscv-none-elf-gcc-12.2.0-1-darwin-arm64.tar.gz",
"sha256": "4a0044c4c8e3115abe32030b80a136ab987fc2a0712b0ddf62d11d369a5ad521"
},
"darwin-x64": {
"fileName": "xpack-riscv-none-elf-gcc-12.2.0-1-darwin-x64.tar.gz",
"sha256": "08508cc24201452a8f82bb12f9ee9474704d2d5db342205ae25567baca8de061"
},
"linux-arm64": {
"fileName": "xpack-riscv-none-elf-gcc-12.2.0-1-linux-arm64.tar.gz",
"sha256": "68ff464c907c8160308a32babba49ccb0493e480520d5c8513373301e65e7ee2"
},
"linux-arm": {
"fileName": "xpack-riscv-none-elf-gcc-12.2.0-1-linux-arm.tar.gz",
"sha256": "3c26069513d0d583beb7cdba945c1e8f72e331f96087b8fd4b9dcd2a8ae6869f"
},
"linux-x64": {
"fileName": "xpack-riscv-none-elf-gcc-12.2.0-1-linux-x64.tar.gz",
"sha256": "04b5f45d609b221505e9232b1b63ae6cdb17d0a23f13ce9c231fc4008753a58a"
},
"win32-x64": {
"fileName": "xpack-riscv-none-elf-gcc-12.2.0-1-win32-x64.zip",
"sha256": "1edf87d32975619076d3df558b8c1218daa54947f47b06c7ea9edb99e2290548"
}
}
},
"bin": {
"riscv-none-elf-addr2line": "./.content/bin/riscv-none-elf-addr2line",
"riscv-none-elf-ar": "./.content/bin/riscv-none-elf-ar",
"riscv-none-elf-as": "./.content/bin/riscv-none-elf-as",
"riscv-none-elf-c++": "./.content/bin/riscv-none-elf-c++",
"riscv-none-elf-c++filt": "./.content/bin/riscv-none-elf-c++filt",
"riscv-none-elf-cpp": "./.content/bin/riscv-none-elf-cpp",
"riscv-none-elf-elfedit": "./.content/bin/riscv-none-elf-elfedit",
"riscv-none-elf-g++": "./.content/bin/riscv-none-elf-g++",
"riscv-none-elf-gcc": "./.content/bin/riscv-none-elf-gcc",
"riscv-none-elf-gcc-ar": "./.content/bin/riscv-none-elf-gcc-ar",
"riscv-none-elf-gcc-nm": "./.content/bin/riscv-none-elf-gcc-nm",
"riscv-none-elf-gcc-ranlib": "./.content/bin/riscv-none-elf-gcc-ranlib",
"riscv-none-elf-gcov": "./.content/bin/riscv-none-elf-gcov",
"riscv-none-elf-gcov-dump": "./.content/bin/riscv-none-elf-gcov-dump",
"riscv-none-elf-gcov-tool": "./.content/bin/riscv-none-elf-gcov-tool",
"riscv-none-elf-gdb": "./.content/bin/riscv-none-elf-gdb",
"riscv-none-elf-gdb-add-index": "./.content/bin/riscv-none-elf-gdb-add-index",
"riscv-none-elf-gdb-add-index-py3": "./.content/bin/riscv-none-elf-gdb-add-index-py3",
"riscv-none-elf-gdb-py3": "./.content/bin/riscv-none-elf-gdb-py3",
"riscv-none-elf-gfortran": "./.content/bin/riscv-none-elf-gfortran",
"riscv-none-elf-gprof": "./.content/bin/riscv-none-elf-gprof",
"riscv-none-elf-ld": "./.content/bin/riscv-none-elf-ld",
"riscv-none-elf-ld.bfd": "./.content/bin/riscv-none-elf-ld.bfd",
"riscv-none-elf-lto-dump": "./.content/bin/riscv-none-elf-lto-dump",
"riscv-none-elf-nm": "./.content/bin/riscv-none-elf-nm",
"riscv-none-elf-objcopy": "./.content/bin/riscv-none-elf-objcopy",
"riscv-none-elf-objdump": "./.content/bin/riscv-none-elf-objdump",
"riscv-none-elf-ranlib": "./.content/bin/riscv-none-elf-ranlib",
"riscv-none-elf-readelf": "./.content/bin/riscv-none-elf-readelf",
"riscv-none-elf-size": "./.content/bin/riscv-none-elf-size",
"riscv-none-elf-strings": "./.content/bin/riscv-none-elf-strings",
"riscv-none-elf-strip": "./.content/bin/riscv-none-elf-strip"
},
"properties": {
"appName": "GNU RISC-V Embedded GCC",
"appLCName": "riscv-none-elf-gcc",
"platforms": "all",
"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",
"cat scripts/helper/templates/deep-clean-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/deep-clean.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-xbbla64": "bash scripts/helper/trigger-workflow-build.sh --machine xbbla64",
"trigger-workflow-build-xbbla32": "bash scripts/helper/trigger-workflow-build.sh --machine xbbla32",
"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",
"trigger-workflow-deep-clean": "bash scripts/helper/trigger-workflow-deep-clean.sh"
}
},
"bundleDependencies": [],
"devDependencies": {
"liquidjs": "^9.25.1"
}
}