mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-15 18:53:40 +01:00
13 lines
250 B
TOML
13 lines
250 B
TOML
[repository]
|
|
name = "hy3"
|
|
authors = ["outfoxxed"]
|
|
commit_pins = []
|
|
|
|
[hy3]
|
|
description = "i3 like tiling for hyprland"
|
|
authors = ["outfoxxed"]
|
|
output = "build/libhy3.so"
|
|
build = [
|
|
"cmake -DCMAKE_BUILD_TYPE=Release -B build",
|
|
"cmake --build build"
|
|
]
|