mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 01:58:41 +08:00
10 lines
178 B
TOML
10 lines
178 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
tar = "https://ftp.gnu.org/gnu/parallel/parallel-20260422.tar.bz2"
|
|
[build]
|
|
template = "configure"
|
|
[package]
|
|
dependencies = [
|
|
"perl5",
|
|
]
|