summaryrefslogtreecommitdiff
path: root/x11-themes/terminology-themes/terminology-themes-0_p20180106.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-18 04:54:42 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-18 04:54:42 +0000
commit5510d9d7d1c93c2ea71a2bd6f0666168808d5dd6 (patch)
treec968fff3108e2b4d88e4e564a56bfd066f170573 /x11-themes/terminology-themes/terminology-themes-0_p20180106.ebuild
parent1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 (diff)
gentoo resync : 18.03.2018
Diffstat (limited to 'x11-themes/terminology-themes/terminology-themes-0_p20180106.ebuild')
-rw-r--r--x11-themes/terminology-themes/terminology-themes-0_p20180106.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-themes/terminology-themes/terminology-themes-0_p20180106.ebuild b/x11-themes/terminology-themes/terminology-themes-0_p20180106.ebuild
new file mode 100644
index 000000000000..442d1b115785
--- /dev/null
+++ b/x11-themes/terminology-themes/terminology-themes-0_p20180106.ebuild
@@ -0,0 +1,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
+}