dev-ruby/unix-crypt - 1.3.0 (pentoo)

Search

Install

Install this version:

emerge -a =dev-ruby/unix-crypt-1.3.0

Package Information

Description:
Performs the UNIX crypt(3) algorithm
Homepage:
https://rubygems.org/gems/unix-crypt
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.3.0 8 amd64 arm64 x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_RUBY="ruby32 ruby33"

inherit ruby-fakegem

DESCRIPTION="Performs the UNIX crypt(3) algorithm"
HOMEPAGE="https://rubygems.org/gems/unix-crypt"

KEYWORDS="amd64 arm64 x86"
LICENSE="BSD"
SLOT="0"

#ruby_add_rdepend ""

Inherited Eclasses