media-gfx/mkgallery - 1.1-r1 (gentoo)

Search

Package Information

Description:
Creates thumbnails and a HTML index file for a directory of jpg files
Homepage:
https://jaafreitas.github.io/mkgallery/
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
1.1-r1 7 amd64 ppc ~sparc x86 0
View Raw Ebuild
# Copyright 1999-2025 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="https://jaafreitas.github.io/mkgallery/"
SRC_URI="https://github.com/jaafreitas/${PN}/releases/download/v${PV}/${P/-/_}.tgz -> ${P}.tar.gz"

LICENSE="GPL-2+"
KEYWORDS="amd64 ppc ~sparc x86"
SLOT="0"

RDEPEND="
	app-alternatives/bc
	virtual/imagemagick-tools
"

src_install() {
	dobin mkgallery
	einstalldocs
}

Dependencies

RDEPEND

	app-alternatives/bc
	virtual/imagemagick-tools