Files
guru/gui-apps/showmethekey/showmethekey-1.7.3.ebuild
2022-12-06 00:40:21 +01:00

27 lines
526 B
Bash

# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2 meson
DESCRIPTION=" Show keys you typed on screen. "
HOMEPAGE="https://showmethekey.alynx.one/"
SRC_URI="https://github.com/AlynxZhou/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-libs/glib
dev-libs/json-glib
dev-libs/libevdev
dev-libs/libinput
gui-libs/gtk
virtual/udev
x11-libs/cairo
x11-libs/pango
"
RDEPEND="${DEPEND}"