1
0
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:
root
2016-08-08 16:35:52 +02:00
parent 1f1ccf379d
commit 6847cc1089
14 changed files with 374 additions and 0 deletions

View 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}"