Install this version:
emerge -a =x11-misc/dotool-1.6
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-misc/dotool-1.6
Or alternatively:
emerge --autounmask-write -a =x11-misc/dotool-1.6
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.6 | 8 | ~amd64 | 0 |
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module linux-info
DESCRIPTION="Reads actions from stdin and simulates keyboard/mouse input via uinput"
HOMEPAGE="https://git.sr.ht/~geb/dotool"
SRC_URI="https://git.sr.ht/~geb/dotool/archive/${PV}.tar.gz
https://gitlab.com/api/v4/projects/35204985/packages/generic/${PN}/${PV}/${P}-deps.tar.bz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
app-text/scdoc
x11-libs/libxkbcommon"
RDEPEND="${DEPEND}"
BDEPEND=""
pkg_pretend() {
CONFIG_CHECK="~INPUT_UINPUT"
check_extra_config
}
src_compile() {
ego build -ldflags "-X main.Version=${PV}"
scdoc < doc/dotool.1.scd > dotool.1
}
src_install() {
dobin dotool dotoolc dotoold
dodoc README.md
doman dotool.1
}
app-text/scdoc x11-libs/libxkbcommon
app-text/scdoc x11-libs/libxkbcommon
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | 1.6.tar.gz | 26125 bytes | https://git.sr.ht/~geb/dotool/archive/1.6.tar.gz |
| DIST | dotool-1.6-deps.tar.bz | 79004 bytes | https://gitlab.com/api/v4/projects/35204985/packages/generic/dotool/1.6/dotool-1.6-deps.tar.bz |