13 lines
212 B
TOML
13 lines
212 B
TOML
format = 2
|
|
id = "demo.hello"
|
|
name = "AArch64 hello"
|
|
version = "1.0"
|
|
|
|
[commands]
|
|
hello = "usr/bin/hello"
|
|
|
|
# Void source templates run only on the workstation.
|
|
[source]
|
|
package = "fds-demo-hello"
|
|
template = "void"
|