mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-10 05:28:43 +08:00
11 lines
234 B
TOML
11 lines
234 B
TOML
#TODO not compiled or tested
|
|
# lacking build instructions
|
|
[source]
|
|
tar = "https://download.gnome.org/sources/totem-pl-parser/3.26/totem-pl-parser-3.26.6.tar.xz"
|
|
[build]
|
|
template = "meson"
|
|
dependencies = [
|
|
"libxml2",
|
|
"glib",
|
|
]
|