mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-15 18:53:40 +01:00
12 lines
226 B
TOML
12 lines
226 B
TOML
[hy3]
|
|
description = "i3 like tiling for hyprland"
|
|
version = "0.1"
|
|
author = "outfoxxed"
|
|
|
|
[hy3.build]
|
|
output = "build/libhy3.so"
|
|
steps = [
|
|
"rm -rf build",
|
|
"cmake -DCMAKE_BUILD_TYPE=Debug -B build",
|
|
"cmake --build build"
|
|
]
|