mirror of
https://github.com/gryf/gryf-overlay.git
synced 2025-12-25 16:02:30 +01:00
24 lines
533 B
Bash
24 lines
533 B
Bash
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=5
|
|
|
|
PYTHON_COMPAT=( python2_7 )
|
|
|
|
inherit python-r1
|
|
|
|
DESCRIPTION="A screencast tool to display keys"
|
|
HOMEPAGE="https://www.thregr.org/~wavexx/software/screenkey/"
|
|
SRC_URI="https://www.thregr.org/~wavexx/software/screenkey/releases/${P}.tar.gz"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS="~x86 ~amd64"
|
|
IUSE=""
|
|
|
|
DEPEND="dev-python/pygtk:2
|
|
dev-python/python-xlib
|
|
dev-python/python-distutils-extra"
|
|
RDEPEND="${DEPEND}"
|