We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72b0fdd + 076deee commit 27c59a2Copy full SHA for 27c59a2
default/rules/gtkwave.py renamed to default/rules/waveformviewers.py
@@ -13,3 +13,17 @@
13
sources = [ 'gtkwave' ],
14
package = 'gtkwave',
15
)
16
+
17
+SourceLocation(
18
+ name = 'surfer',
19
+ vcs = 'git',
20
+ location = 'https://gitlab.com/surfer-project/surfer',
21
+ revision = 'origin/main',
22
+ license_file = 'LICENSE-EUPL-1.2.txt',
23
+)
24
25
+Target(
26
27
+ sources = [ 'surfer' ],
28
+ package = 'surfer',
29
default/scripts/surfer.sh
@@ -0,0 +1,2 @@
1
+cargo install --no-track --locked --root ${OUTPUT_DIR}${INSTALL_PREFIX} --target=${CARGO_TARGET} --path ./surfer/surfer
2
+cargo install --no-track --locked --root ${OUTPUT_DIR}${INSTALL_PREFIX} --target=${CARGO_TARGET} --path ./surfer/surver
0 commit comments