app-crypt/haiti-hash - 4.0.0 (pentoo)

Search

Install

Install this version:

emerge -a =app-crypt/haiti-hash-4.0.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-crypt/haiti-hash-4.0.0

Or alternatively:

emerge --autounmask-write -a =app-crypt/haiti-hash-4.0.0

Package Information

Description:
A CLI tool to identify the hash type of a given hash
Homepage:
https://noraj.github.io/haiti/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
4.0.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_RUBY="ruby32 ruby33"

RUBY_FAKEGEM_EXTRAINSTALL="data"

inherit ruby-fakegem

DESCRIPTION="A CLI tool to identify the hash type of a given hash"
HOMEPAGE="https://noraj.github.io/haiti/"

LICENSE="MIT"
SLOT="0"
#wait for dev-ruby/paint
KEYWORDS="~amd64 ~x86"

# not bundled in the gem
RESTRICT="test"

ruby_add_rdepend "
	=dev-ruby/docopt-0.6*
	=dev-ruby/paint-2.3*
"

Inherited Eclasses