summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild')
-rw-r--r--x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild b/x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild
new file mode 100644
index 000000000000..e4026ffe8a6d
--- /dev/null
+++ b/x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A collection of colour schemes for Geany"
+HOMEPAGE="https://github.com/codebrainz/geany-themes"
+SRC_URI="mirror://github/codebrainz/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-3 LGPL-2.1 BSD-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-util/geany-${PV:0:4}"
+
+src_install() {
+ default
+ insinto /usr/share/geany
+ doins -r colorschemes
+}