mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 10:08:45 +08:00
14 lines
339 B
TOML
14 lines
339 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/ximion/appstream#build--install
|
|
#TODO missing dependencies
|
|
[source]
|
|
tar = "https://www.freedesktop.org/software/appstream/releases/AppStream-1.1.1.tar.xz"
|
|
[build]
|
|
template = "meson"
|
|
dependencies = [
|
|
"glib",
|
|
"gobject-introspection",
|
|
"libxml2",
|
|
"curl",
|
|
]
|