Install this version:
emerge -a =x11-misc/vimouse-0.11
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-misc/vimouse-0.11
Or alternatively:
emerge --autounmask-write -a =x11-misc/vimouse-0.11
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.11 | 8 | ~amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
DESCRIPTION="Move mouse pointer with keyboard"
HOMEPAGE="https://github.com/sfarajli/vimouse"
SRC_URI="https://github.com/sfarajli/vimouse/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
x11-libs/libXtst
x11-libs/libX11
"
src_compile() {
emake CC="$(tc-getCC)" || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
dodoc README.md
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | vimouse-0.11.tar.gz | 14496 bytes | https://github.com/sfarajli/vimouse/archive/refs/tags/v0.11.tar.gz |