mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 03:58:41 +08:00
17 lines
358 B
TOML
17 lines
358 B
TOML
#TODO not compiled or tested
|
|
#TODO determine minimum dependencies from meson log
|
|
[source]
|
|
tar = "https://download.gnome.org/sources/gnome-calculator/49/gnome-calculator-49.1.1.tar.xz"
|
|
[build]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Ddisable-introspection=true",
|
|
"-Ddoc=false",
|
|
]
|
|
#dependencies = [
|
|
# "glib",
|
|
# "libsoup",
|
|
# "mpc",
|
|
# "mpfr",
|
|
#]
|