mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-misc/wl-kbptr: new package
Signed-off-by: Timur Kuprava <kupravagoodman@proton.me>
This commit is contained in:
1
app-misc/wl-kbptr/Manifest
Normal file
1
app-misc/wl-kbptr/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST wl-kbptr-0.3.0.tar.gz 53657 BLAKE2B aaa86ca0ad38b44f4911c994089cb5beee7a4bd89fbdbfa681971fdb9b6eca5c7fb9e9258e3284bdbb2ae93445f8ec87e273b6a3da50d5df0797732ba1840d91 SHA512 3eed099e18236ce3b0af7c71771c64996f9f0970c5002401a865f54a027dcb68acdf3830ec2c7d29d1d6f15e218d26fdc56827c4131957dd3cfb8480f0e6b703
|
||||
12
app-misc/wl-kbptr/metadata.xml
Normal file
12
app-misc/wl-kbptr/metadata.xml
Normal 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>
|
||||
27
app-misc/wl-kbptr/wl-kbptr-0.3.0.ebuild
Normal file
27
app-misc/wl-kbptr/wl-kbptr-0.3.0.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user