neofetch-1.8.1.ebuild 531 B

12345678910111213141516171819202122232425
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="Simple information system script"
  5. HOMEPAGE="https://github.com/dylanaraps/neofetch"
  6. SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
  7. LICENSE="MIT"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~x86"
  10. IUSE="X"
  11. DEPEND="app-shells/bash:*
  12. sys-apps/pciutils"
  13. RDEPEND="${DEPEND}
  14. X? ( x11-apps/xprop
  15. x11-apps/xrandr
  16. media-gfx/scrot
  17. www-client/w3m[imlib]
  18. media-libs/imlib2
  19. media-gfx/imagemagick
  20. )
  21. "