Install this version:
emerge -a =sys-apps/evhz-20251009
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-apps/evhz-20251009
Or alternatively:
emerge --autounmask-write -a =sys-apps/evhz-20251009
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20251009 | 8 | ~amd64 | 0 |
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
if [[ "${PV}" == "20251009" ]]; then
PH="189e6c22a9acb01b6eea26659f6944e60f6cb3d8"
fi
DESCRIPTION="Show mouse refresh rate under linux + evdev"
HOMEPAGE="https://git.sr.ht/~iank/evhz"
SRC_URI="https://git.sr.ht/~iank/evhz/archive/${PH}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/evhz-${PH}"
LICENSE="Apache-2.0 GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
virtual/libc
"
RDEPEND="${DEPEND}"
BDEPEND="
sys-kernel/linux-headers
"
src_compile() {
cc evhz.c -o evhz
}
src_install() {
dosbin evhz
}
virtual/libc
virtual/libc
sys-kernel/linux-headers
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | evhz-20251009.tar.gz | 14746 bytes | https://git.sr.ht/~iank/evhz/archive/189e6c22a9acb01b6eea26659f6944e60f6cb3d8.tar.gz |