mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 19:48:43 +08:00
11 lines
176 B
TOML
11 lines
176 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
tar = "https://ftp.gnu.org/gnu/tar/tar-1.35.tar.bz2"
|
|
[build]
|
|
template = "configure"
|
|
[package]
|
|
dependencies = [
|
|
"gzip",
|
|
"bzip2",
|
|
]
|