14 lines
224 B
TOML
14 lines
224 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://github.com/jackpot51/seatd"
|
|
branch = "redox"
|
|
|
|
[build]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Dman-pages=disabled",
|
|
]
|
|
|
|
[package.files]
|
|
"/usr/bin/seatd" = "/usr/bin/seatd"
|