logo

overlay

My (experimental) gentoo overlay

meh-9999.ebuild (478B)


      1 # Copyright 1999-2017 Gentoo Foundation
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 EAPI=6
      5 
      6 inherit git-r3
      7 
      8 DESCRIPTION="A minimalist image viewer using raw XLib."
      9 HOMEPAGE="http://www.johnhawthorn.com/meh"
     10 EGIT_REPO_URI="git://github.com/jhawthorn/meh.git http://github.com/jhawthorn/meh.git"
     11 
     12 LICENSE="MIT"
     13 SLOT="0"
     14 KEYWORDS="~amd64 ~x86"
     15 IUSE=""
     16 
     17 DEPEND="
     18 	x11-libs/libXext
     19 	virtual/jpeg:*
     20 	media-libs/giflib
     21 	media-libs/libpng:*"
     22 RDEPEND="${DEPEND}"