diff options
author | Daniel Maslowski <daniel.maslowski@shop.co> | 2017-10-20 11:33:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-15 16:34:52 +0100 |
commit | 296f88f9b074a177fb0b81a6a6897092a80caf1a (patch) | |
tree | b9300d2df4c488c6fc836660d14022e64ffe0ad0 /x11-themes/terminology-themes/terminology-themes-0_p20180106.ebuild | |
parent | app-eselect/eselect-repository: arm stable wrt bug #644984 (diff) | |
download | gentoo-296f88f9b074a177fb0b81a6a6897092a80caf1a.tar.gz gentoo-296f88f9b074a177fb0b81a6a6897092a80caf1a.tar.bz2 gentoo-296f88f9b074a177fb0b81a6a6897092a80caf1a.zip |
x11-themes/terminology-themes: Add Terminology themes
Closes: https://github.com/gentoo/gentoo/pull/5995
Diffstat (limited to 'x11-themes/terminology-themes/terminology-themes-0_p20180106.ebuild')
-rw-r--r-- | x11-themes/terminology-themes/terminology-themes-0_p20180106.ebuild | 24 |
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 +} |