Skip to content

Commit

Permalink
media-gfx/mkgallery: Allow GM usage
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/314283
Signed-off-by: Pacho Ramos <[email protected]>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
  • Loading branch information
pacho2 committed Nov 10, 2018
1 parent 03d80ed commit d3966cf
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions media-gfx/mkgallery/mkgallery-1.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Creates thumbnails and a HTML index file for a directory of jpg files"
HOMEPAGE="http://mkgallery.sourceforge.net/"
SRC_URI="http://mkgallery.sourceforge.net/${P}.tgz"

LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
SLOT="0"

DEPEND=""
RDEPEND="
sys-devel/bc
virtual/imagemagick-tools
"

src_install() {
dobin mkgallery
einstalldocs
}

0 comments on commit d3966cf

Please sign in to comment.