mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
27 lines
526 B
Bash
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}"
|