pentoo-overlay/app-forensics/zsteg/zsteg-0.2.13.ebuild
Anton Bolshakov 0f173569b0
ruby33 update
2025-08-16 14:10:54 +08:00

25 lines
532 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_RUBY="ruby32 ruby33"
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
inherit ruby-fakegem
DESCRIPTION="Detect stegano-hidden data in PNG & BMP"
HOMEPAGE="https://github.com/zed-0xff/zsteg"
SRC_URI="https://github.com/zed-0xff/zsteg/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 x86"
LICENSE="MIT"
SLOT="0"
ruby_add_rdepend "
dev-ruby/iostruct
dev-ruby/zpng
dev-ruby/prime
"
ruby_add_bdepend "dev-ruby/bundler"