pentoo-overlay/dev-ruby/mini_exiftool/mini_exiftool-2.10.0.ebuild
2020-06-21 13:40:52 +02:00

18 lines
328 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
USE_RUBY="ruby25"
inherit ruby-fakegem
DESCRIPTION="wrapper for exiftool"
HOMEPAGE="https://rubygems.org/gems/mini_exiftool"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="media-libs/exiftool"