mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
11 lines
187 B
TOML
11 lines
187 B
TOML
#TODO compile and test
|
|
[source]
|
|
tar = "https://download.gnome.org/sources/hitori/44/hitori-44.0.tar.xz"
|
|
[build]
|
|
template = "meson"
|
|
dependencies = [
|
|
"glib",
|
|
"gtk3",
|
|
"cairo",
|
|
]
|