|
6 | 6 | }, |
7 | 7 | "xpack": { |
8 | 8 | "minimumXpmRequired": "0.16.3", |
9 | | - "binaries": { |
10 | | - "destination": "./.content", |
11 | | - "baseUrl": "https://github.com/xpack-dev-tools/qemu-riscv-xpack/releases/download/v8.2.2-1", |
12 | | - "skip": 1, |
13 | | - "platforms": { |
14 | | - "darwin-arm64": { |
15 | | - "fileName": "xpack-qemu-riscv-8.2.2-1-darwin-arm64.tar.gz", |
16 | | - "sha256": "bdd409d7200e1ea7852efc0ac03ac2a38892857714d9ffc8f47fc86bcc3a8730" |
17 | | - }, |
18 | | - "darwin-x64": { |
19 | | - "fileName": "xpack-qemu-riscv-8.2.2-1-darwin-x64.tar.gz", |
20 | | - "sha256": "d80c9abae88bcc52280b91e2d3921fa22aa6267614b6e627736ed4e02c3a91d1" |
21 | | - }, |
22 | | - "linux-arm64": { |
23 | | - "fileName": "xpack-qemu-riscv-8.2.2-1-linux-arm64.tar.gz", |
24 | | - "sha256": "765ac55d58adfb31e7a88baadc9a9cf46eb30e8030d437bdc076747d63f0474c" |
25 | | - }, |
26 | | - "linux-arm": { |
27 | | - "fileName": "xpack-qemu-riscv-8.2.2-1-linux-arm.tar.gz", |
28 | | - "sha256": "d73bf3a4904e10b485d46adcd50c877cce13f9ac8d097b67e5643108d751172e" |
29 | | - }, |
30 | | - "linux-x64": { |
31 | | - "fileName": "xpack-qemu-riscv-8.2.2-1-linux-x64.tar.gz", |
32 | | - "sha256": "d5b8f77cb3ad23b29421f7fdc5456866b1a10817efacb262bbda038ca1c5a5a5" |
33 | | - }, |
34 | | - "win32-x64": { |
35 | | - "fileName": "xpack-qemu-riscv-8.2.2-1-win32-x64.zip", |
36 | | - "sha256": "c0d1febb95bb01e093dfd5d701eea825bdadc9009b5780eb5581186bd75c1f96" |
37 | | - } |
38 | | - } |
39 | | - }, |
40 | | - "bin": { |
41 | | - "qemu-system-riscv32": "./.content/bin/qemu-system-riscv32", |
42 | | - "qemu-system-riscv64": "./.content/bin/qemu-system-riscv64" |
43 | | - }, |
44 | 9 | "devDependencies": { |
45 | | - "@xpack-dev-tools/xbb-helper": "^3.0.3" |
| 10 | + "@xpack-dev-tools/xbb-helper": "^3.0.7" |
46 | 11 | }, |
47 | 12 | "properties": { |
48 | 13 | "appName": "QEMU RISC-V", |
49 | 14 | "appLcName": "qemu-riscv", |
50 | 15 | "platforms": "all", |
51 | | - "LIQUIDJS": "liquidjs --context '{ \"XBB_APPLICATION_NAME\": \"{{ properties.appName }}\", \"XBB_APPLICATION_LOWER_CASE_NAME\": \"{{ properties.appLcName }}\", \"platforms\": \"{{ properties.platforms }}\" }'", |
52 | 16 | "buildFolderRelativePath": "{{ 'build' | path_join: configuration.name | to_filename | downcase }}", |
53 | 17 | "buildFolderRelativePathPosix": "{{ 'build' | path_posix_join: configuration.name | downcase }}", |
54 | 18 | "commandBashBuild": "bash {{ properties.dbg }} scripts/build.sh --target {{ configuration.name }} --build-folder {{ properties.buildFolderRelativePathPosix }}", |
|
0 commit comments