redox/recipes/wip/net/other/avahi/recipe.toml
2026-06-09 17:56:46 -03:00

17 lines
389 B
TOML

#TODO compile and test
# build instructions: https://github.com/avahi/avahi/blob/master/docs/INSTALL
# dependencies: https://github.com/avahi/avahi/blob/master/docs/README#L15
[source]
tar = "https://avahi.org/download/avahi-0.8.tar.gz"
[build]
template = "configure"
configureflags = [
"--disable-libsystemd"
]
dependencies = [
"glib",
"expat",
"libdaemon",
"dbus",
]