hy3/hyprpm.toml
outfoxxed 2f28dc810c
Rewrite installation instructions
Add hyprpm, deprecate AUR, prioritize stable releases for Nix.
2024-01-01 20:57:46 -08:00

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"
]