sys-apps/evhz - 20251009 (gogooverlay)

Search

Package Information

Homepage:
https://git.sr.ht/~iank/evhz
License:
Apache-2.0 GPL-3+

Ebuild Details

Version EAPI Keywords Slot
20251009 8 ~amd64 0
View Raw Ebuild
# 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
}

Dependencies

DEPEND

	virtual/libc

RDEPEND

	virtual/libc

BDEPEND

	sys-kernel/linux-headers

Manifest for 20251009

Type File Size Source URLs
DIST evhz-20251009.tar.gz 14746 bytes https://git.sr.ht/~iank/evhz/archive/189e6c22a9acb01b6eea26659f6944e60f6cb3d8.tar.gz