mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
9 lines
228 B
TOML
9 lines
228 B
TOML
#TODO implement go template
|
|
# build instructions: https://github.com/elves/elvish/blob/main/docs/building.md
|
|
[source]
|
|
git = "https://github.com/elves/elvish"
|
|
branch = "v0.21-release"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "go"
|