redox/recipes/wip/hw/piper/recipe.toml
2026-02-10 01:02:42 -03:00

17 lines
276 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/libratbag/piper"
rev = "0.8"
shallow_clone = true
[build]
template = "meson"
mesonflags = [
"-Druntime-dependency-checks=false",
]
dependencies = [
"libratbag",
"gtk3",
"cairo",
"libevdev",
]