gentoo-ebuilds/media-gfx/recoverjpeg/recoverjpeg-2.6.3.ebuild
Arthur Zamarin 1b95baa400
media-gfx/recoverjpeg: Stabilize 2.6.3 x86, #937058
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-03-08 16:15:36 +02:00

17 lines
462 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Recover JPEG pictures from a possibly corrupted disk image"
HOMEPAGE="https://rfc1149.net/devel/recoverjpeg.html
https://github.com/samueltardieu/recoverjpeg"
SRC_URI="https://rfc1149.net/download/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
DEPEND="media-gfx/exif
virtual/imagemagick-tools"
RDEPEND="${DEPEND}"