Install this version:
emerge -a =app-misc/wl-kbptr-0.3.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/wl-kbptr-0.3.0
Or alternatively:
emerge --autounmask-write -a =app-misc/wl-kbptr-0.3.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.0 | 8 | ~amd64 | 0 |
# 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"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
app-alternatives/ninja
dev-build/meson
"
src_compile() {
meson_src_compile
}
src_install() {
meson_install
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | wl-kbptr-0.3.0.tar.gz | 53657 bytes | https://github.com/moverest/wl-kbptr/archive/refs/tags/v0.3.0.tar.gz |