From 8884af82d1178c7cd92e0dd38a484cd0c225754f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Zag=C3=B3rowski?= Date: Fri, 23 Feb 2024 17:01:53 +0100 Subject: [PATCH] add hyprpm manifest --- hyprpm.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hyprpm.toml diff --git a/hyprpm.toml b/hyprpm.toml new file mode 100644 index 0000000..af7cac6 --- /dev/null +++ b/hyprpm.toml @@ -0,0 +1,12 @@ +[repository] +name = "split-monitor-workspaces" +authors = ["Duckonaut"] + +[split-monitor-workspaces] +description = "Split monitor workspaces" +authors = ["Duckonaut"] +output = "build/libsplit-monitor-workspaces.so" +build = [ + "meson setup build --wipe", + "meson compile -C build", +]