blob: 6090dc3777c519b0342f3160b6c65156c4a3dba6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="CRT and LCD screen testing utility"
HOMEPAGE="https://tobix.github.io/screentest/"
SRC_URI="https://github.com/TobiX/screentest/releases/download/${PV}/screentest-${PV}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2.36.0
>=x11-libs/gtk+-2.16.0:2
"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40.0
"
|