mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
haiti-hash-4.0.0.ebuild
This commit is contained in:
parent
fef049d93d
commit
9d92ddfc07
2 changed files with 27 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST haiti-hash-3.0.0.gem 171008 BLAKE2B cad1c43fe50df75cfc5845fcdcaf1a493b930844d1d77f57d42f5a96763bdfbcf566a6496171f6adad74412e968f18a5633c6d317ea8ac153f71803dee25af3f SHA512 2b2fb288613756fe35d99f7defe113aa35c7bf0ad3d0d5fe84ddcf084ddbfa7851598e969f9d1a9140a9130a156c9432970d2777ee9e0bd34aed02c4b607e2fb
|
||||
DIST haiti-hash-4.0.0.gem 184832 BLAKE2B 69de4fb0f9148df1aec12e1b71f793c389b61e37ce50d7ea64df35968dd25022c2e6c3157f01ed16dc3aefa6ce86da020f61c088849e6ac4d712aaffdb63128d SHA512 25eebad763ce1b752b0941c8047eb1f57fa4c430d3dc1baab09caf77ee83edf3d70d4022090cafa627131074a729df749848306ffdfa5f3203a996ac59166dff
|
||||
|
|
|
|||
26
app-crypt/haiti-hash/haiti-hash-4.0.0.ebuild
Normal file
26
app-crypt/haiti-hash/haiti-hash-4.0.0.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# 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*
|
||||
"
|
||||
Loading…
Reference in a new issue