diff options
author | Muhammad Herdiansyah <herdiansyah@openmailbox.org> | 2016-10-09 13:09:04 +0700 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-10-09 09:58:00 +0200 |
commit | e85cf801d76c32acf6319fae7ea86fabee8ba9ec (patch) | |
tree | 78381d0f9df3b7f2edc6758269d271a67d114041 /app-misc/neofetch/neofetch-9999.ebuild | |
parent | app-misc/datovka: Drop old (diff) | |
download | gentoo-e85cf801d76c32acf6319fae7ea86fabee8ba9ec.tar.gz gentoo-e85cf801d76c32acf6319fae7ea86fabee8ba9ec.tar.bz2 gentoo-e85cf801d76c32acf6319fae7ea86fabee8ba9ec.zip |
app-misc/neofetch: new package.
neofetch is a script that gathers information about your system and
prints it to the terminal next to an image, a distro's logo or any ASCII
art of your choice.
Gentoo-Bug: https://bugs.gentoo.org/596592
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2516
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-misc/neofetch/neofetch-9999.ebuild')
-rw-r--r-- | app-misc/neofetch/neofetch-9999.ebuild | 24 |
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 + ) +" |