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