summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/iris/iris-9999.ebuild')
-rw-r--r--x11-themes/iris/iris-9999.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-themes/iris/iris-9999.ebuild b/x11-themes/iris/iris-9999.ebuild
new file mode 100644
index 0000000..5bbd9d7
--- /dev/null
+++ b/x11-themes/iris/iris-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+inherit git-r3
+
+DESCRIPTION="A simple, flat and bold Gtk theme"
+HOMEPAGE="https://github.com/xyl0n/iris"
+EGIT_REPO_URI="https://github.com/xyl0n/${PN}.git"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND=""
+
+RESTRICT="binchecks strip"
+
+src_install() {
+ insinto /usr/share/themes/${PN}
+ doins -r *
+}