blob: f950f851f9116bd5da47a88b59ba5f0cd799e57f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="xtermcontrol enables dynamic control of XFree86 xterm properties"
HOMEPAGE="https://www.thrysoee.dk/xtermcontrol/"
SRC_URI="https://www.thrysoee.dk/${PN}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="alpha amd64 ia64 ppc ~sparc x86"
IUSE=""
|