app-misc/wl-kbptr: new package

Signed-off-by: Timur Kuprava <kupravagoodman@proton.me>
This commit is contained in:
Timur Kuprava
2025-06-06 09:57:44 +03:00
parent f0fda01500
commit 56954a2328
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST wl-kbptr-0.3.0.tar.gz 53657 BLAKE2B aaa86ca0ad38b44f4911c994089cb5beee7a4bd89fbdbfa681971fdb9b6eca5c7fb9e9258e3284bdbb2ae93445f8ec87e273b6a3da50d5df0797732ba1840d91 SHA512 3eed099e18236ce3b0af7c71771c64996f9f0970c5002401a865f54a027dcb68acdf3830ec2c7d29d1d6f15e218d26fdc56827c4131957dd3cfb8480f0e6b703

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>kupravagoodman@proton.me</email>
<name>Timur Kuprava</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/moverest/wl-kbptr/issues</bugs-to>
<remote-id type="github">moverest/wl-kbptr</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,27 @@
# 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.0"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
app-alternatives/ninja
dev-build/meson
"
src_compile() {
meson_src_compile
}
src_install() {
meson_install
}