mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-01-08 06:44:12 +01:00
new ebuilds: screenkey, ppsspp, azpainterb, primus, apktool
This commit is contained in:
21
app-accessibility/screenkey/screenkey-0.9.ebuild
Normal file
21
app-accessibility/screenkey/screenkey-0.9.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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}"
|
||||
Reference in New Issue
Block a user