mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 01:28:42 +08:00
10 lines
221 B
TOML
10 lines
221 B
TOML
#TODO Not compiled or tested
|
|
[source]
|
|
tar = "https://sourceforge.net/projects/urlget/files/uget%20%28stable%29/2.2.3/uget-2.2.3-1.tar.gz/download"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"gtk3",
|
|
"curl",
|
|
]
|