summaryrefslogtreecommitdiff
blob: 442d1b1157856b6ce29007128cc0679962f6f78b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

EGIT_COMMIT_HASH="ba7b71ffd290cbce4bf87d47276fa516c6563345"

DESCRIPTION="Color schemes for the Terminology terminal emulator"
HOMEPAGE="https://charlesmilette.net/terminology-themes/"
SRC_URI="https://github.com/sylveon/terminology-themes/archive/${EGIT_COMMIT_HASH}.tar.gz -> ${P}.tgz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND="dev-libs/efl"
RDEPEND="x11-terms/terminology"

S="${WORKDIR}/${PN}-${EGIT_COMMIT_HASH}"

src_compile() {
	emake -j1
}