summaryrefslogtreecommitdiff
path: root/media-gfx/mkgallery/mkgallery-1.1-r1.ebuild
blob: 3a334ad9b651e15bb4c8fc4f36e9f36c8d3f181e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2024 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 ~amd64-linux ~x86-linux ~ppc-macos"
SLOT="0"

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

src_install() {
	dobin mkgallery
	einstalldocs
}