mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
25 lines
532 B
Bash
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"
|