2024-01-01 20:57:46 -08:00
|
|
|
[repository]
|
|
|
|
name = "hy3"
|
|
|
|
authors = ["outfoxxed"]
|
2024-01-01 21:02:10 -08:00
|
|
|
commit_pins = [
|
2024-02-06 13:56:26 -08:00
|
|
|
["03ebbe18ed8517ee22591eac82cd54322f42cb7d", "2f28dc810c0e1f42763a1f14fb011c4fce6db8be"],
|
2024-03-05 03:15:16 -08:00
|
|
|
["84ab8d11e8951a6551d1e1bf87796a8589da6d47", "d3e20856a9896f28b506195b31407eddc6df2e20"],
|
2024-03-22 00:52:19 -07:00
|
|
|
["1c460e98f870676b15871fe4e5bfeb1a32a3d6d8", "c880e0f00946273ee0304bba9c1de276062d496f"],
|
|
|
|
["c5e28ebcfe00a510922779b2c568cfa52a317445", "8ac36f3954619a9a5c1a1bb3296f782452987e82"]
|
2024-01-01 21:02:10 -08:00
|
|
|
]
|
2024-01-01 20:57:46 -08:00
|
|
|
|
|
|
|
[hy3]
|
|
|
|
description = "i3 like tiling for hyprland"
|
|
|
|
authors = ["outfoxxed"]
|
|
|
|
output = "build/libhy3.so"
|
|
|
|
build = [
|
2024-03-05 03:13:50 -08:00
|
|
|
"cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -B build",
|
2024-01-01 20:57:46 -08:00
|
|
|
"cmake --build build"
|
|
|
|
]
|