mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
9 lines
175 B
TOML
9 lines
175 B
TOML
#TODO compiled but not tested
|
|
[source]
|
|
tar = "https://potrace.sourceforge.net/download/1.16/potrace-1.16.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"zlib",
|
|
]
|