gentoo/dev-gap/crypting/crypting-0.10.6.ebuild
Michael Orlitzky 7ec43c13a9
dev-gap/crypting: add 0.10.6, drop 0.10.5
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
2025-09-02 01:24:31 -04:00

19 lines
413 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gap-pkg
DESCRIPTION="GAP implementation of SHA256 and HMAC for the Jupyter kernel"
SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~riscv"
DEPEND="sci-mathematics/gap:="
RDEPEND="${DEPEND}"
gap-pkg_enable_tests