gui-apps/wljoywake: new package, add 0.3

This commit is contained in:
odrling 2023-10-27 06:26:19 +02:00
parent 3a4a81a357
commit 472f2cca96
No known key found for this signature in database
GPG key ID: A0145F975F9F8B75
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST wljoywake-0.3.tar.gz 10686 BLAKE2B 3086de8b5e2d25dea9fc01e88297d4f4e67c14bd4b914e721cf3435197e6893a171d89acc8e4a90457b3100b968a8dc11f992d49bda2f17375a3049d39999529 SHA512 42c460f530a00295a9cd5cdf1cca559dd8b498bb46745fca51c2ea132afe01d434646223ddab279bc4ef98a2f730f7d7c7874190346ae6851fa6bef4f2414732

View file

@ -0,0 +1,19 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="Wayland idle inhibit on joystick input"
HOMEPAGE="https://github.com/nowrep/wljoywake"
SRC_URI="https://github.com/nowrep/wljoywake/archive/refs/tags/v${PV}.tar.gz -> wljoywake-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-libs/wayland-protocols
"
DEPEND="${RDEPEND}"