summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/neofetch/neofetch-9999.ebuild')
-rw-r--r--app-misc/neofetch/neofetch-9999.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild
new file mode 100644
index 000000000000..2e0a8fbb9d0b
--- /dev/null
+++ b/app-misc/neofetch/neofetch-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+inherit git-r3
+DESCRIPTION="Simple information system script"
+HOMEPAGE="https://github.com/dylanaraps/neofetch"
+EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
+LICENSE="MIT"
+SLOT="0"
+IUSE="X"
+
+DEPEND="app-shells/bash:*
+ sys-apps/pciutils"
+
+RDEPEND="${DEPEND}
+ X? ( x11-apps/xprop
+ x11-apps/xrandr
+ media-gfx/scrot
+ www-client/w3m[imlib]
+ media-libs/imlib2
+ media-gfx/imagemagick
+ )
+"