hy3/hyprpm.toml

13 lines
262 B
TOML
Raw Normal View History

[repository]
name = "hy3"
2024-01-04 10:35:44 +01:00
authors = ["outfoxxed, DRAGONTOS"]
[hy3]
description = "i3 like tiling for hyprland"
2024-01-04 10:35:44 +01:00
authors = ["outfoxxed, DRAGONTOS"]
output = "build/libhy3.so"
build = [
2024-03-05 03:13:50 -08:00
"cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -B build",
"cmake --build build"
]