mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 16:48:45 +08:00
10 lines
194 B
TOML
10 lines
194 B
TOML
#TODO can't find glib
|
|
[source]
|
|
tar = "https://github.com/AbiWord/enchant/releases/download/v2.6.3/enchant-2.6.3.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"glib",
|
|
"pcre",
|
|
]
|