mirror of
https://github.com/gryf/gryf-overlay.git
synced 2025-12-26 00:12:33 +01:00
22 lines
504 B
Bash
22 lines
504 B
Bash
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=3
|
|
|
|
inherit distutils
|
|
|
|
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}"
|