mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 10:38:46 +08:00
11 lines
202 B
TOML
11 lines
202 B
TOML
#TODO Not compiled or tested
|
|
[source]
|
|
tar = "https://download.gnome.org/sources/gspell/1.12/gspell-1.12.2.tar.xz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"gtk3",
|
|
"glib",
|
|
"libicu",
|
|
]
|