From fe0551a023e143b0bfe133187b6dc3ffb9669461 Mon Sep 17 00:00:00 2001 From: Zakk Date: Fri, 5 Apr 2024 22:06:32 -0400 Subject: [PATCH] Add hyprpm.toml --- 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..681bf42 --- /dev/null +++ b/hyprpm.toml @@ -0,0 +1,12 @@ +[repository] +name = "hyprland-easymotion" +authors = ["Zakk"] + + +[hyprEasymotion] +description = "Easymotion" +authors = ["Zakk"] +output = "hypreasymotion.so" +build = [ + "make all" +]