mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 14:44:11 +02:00
17 lines
462 B
Bash
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}"
|