mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 18:48:43 +08:00
15 lines
261 B
TOML
15 lines
261 B
TOML
#TODO probably wrong script
|
|
[source]
|
|
tar = "https://gitlab.gnome.org/otrocodigo/gspell/-/archive/1.11.1/gspell-1.11.1.tar.bz2"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"glib",
|
|
"gtk4",
|
|
"libicu",
|
|
]
|
|
script = """
|
|
./autogen.sh
|
|
cookbook_configure
|
|
"""
|