summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/mint-x-theme/mint-x-theme-9999.ebuild')
-rw-r--r--x11-themes/mint-x-theme/mint-x-theme-9999.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-themes/mint-x-theme/mint-x-theme-9999.ebuild b/x11-themes/mint-x-theme/mint-x-theme-9999.ebuild
new file mode 100644
index 0000000..1a55b5d
--- /dev/null
+++ b/x11-themes/mint-x-theme/mint-x-theme-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit git-2
+
+DESCRIPTION="Mint-X GTK themes"
+HOMEPAGE="https://github.com/linuxmnt/mint-themes"
+EGIT_REPO_URI="git://github.com/linuxmint/mint-themes.git"
+
+LICENSE="GPL"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_install() {
+ doins -r usr
+}