Files
gentoo/dev-perl/Crypt-Argon2/Crypt-Argon2-0.032.ebuild
Arthur Zamarin a3effcbade dev-perl/Crypt-Argon2: Keyword 0.032 x86, #983142
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2026-09-23 11:29:38 +00:00

17 lines
334 B
Bash

# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=LEONT
inherit perl-module
DESCRIPTION="Perl interface to the Argon2 key derivation functions"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
# TODO: unbundle app-crypt/argon2
BDEPEND="dev-perl/Dist-Build"