Files
guru/app-misc/wl-kbptr/wl-kbptr-0.3.0.ebuild
Timur Kuprava 14f72f9fc0 app-misc/wl-kbptr: change license name
Signed-off-by: Timur Kuprava <kupravagoodman@proton.me>
2025-06-06 10:07:51 +03:00

28 lines
501 B
Bash

# 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
}