19 inherit pname version;
20 src = fetchFromGitHub {
23 rev = "refs/tags/v${version}";
24 hash = "sha256-bA4PbWJNM4qWDF5KfNEgeQ5Z/r/Aw3wL8YUMSnzUo0w=";
27 depsBuildBuild = [ pkg-config ];
45 updateScript = gitUpdater { };
49 homepage = "https://github.com/moverest/wl-kbptr";
50 description = "Control the mouse pointer with the keyboard on Wayland";
51 changelog = "https://github.com/moverest/wl-kbptr/releases/tag/v${version}";
52 license = lib.licenses.gpl3;
53 mainProgram = "wl-kbptr";
54 maintainers = [ lib.maintainers.luftmensch-luftmensch ];
55 inherit (wayland.meta) platforms;