diff --git a/app-misc/wl-kbptr/Manifest b/app-misc/wl-kbptr/Manifest new file mode 100644 index 0000000000..0fa5a74447 --- /dev/null +++ b/app-misc/wl-kbptr/Manifest @@ -0,0 +1 @@ +DIST wl-kbptr-0.3.0.tar.gz 53657 BLAKE2B aaa86ca0ad38b44f4911c994089cb5beee7a4bd89fbdbfa681971fdb9b6eca5c7fb9e9258e3284bdbb2ae93445f8ec87e273b6a3da50d5df0797732ba1840d91 SHA512 3eed099e18236ce3b0af7c71771c64996f9f0970c5002401a865f54a027dcb68acdf3830ec2c7d29d1d6f15e218d26fdc56827c4131957dd3cfb8480f0e6b703 diff --git a/app-misc/wl-kbptr/metadata.xml b/app-misc/wl-kbptr/metadata.xml new file mode 100644 index 0000000000..2506369377 --- /dev/null +++ b/app-misc/wl-kbptr/metadata.xml @@ -0,0 +1,12 @@ + + + + + kupravagoodman@proton.me + Timur Kuprava + + + https://github.com/moverest/wl-kbptr/issues + moverest/wl-kbptr + + diff --git a/app-misc/wl-kbptr/wl-kbptr-0.3.0.ebuild b/app-misc/wl-kbptr/wl-kbptr-0.3.0.ebuild new file mode 100644 index 0000000000..6064ee97f1 --- /dev/null +++ b/app-misc/wl-kbptr/wl-kbptr-0.3.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="Control the mouse pointer with the keyboard on Wayland" +HOMEPAGE="https://github.com/moverest/wl-kbptr" +SRC_URI="https://github.com/moverest/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3.0" +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND=" + app-alternatives/ninja + dev-build/meson +" + +src_compile() { + meson_src_compile +} + +src_install() { + meson_install +}