gentoo-ebuilds/dev-gap/toric/toric-1.9.6.ebuild
Michael Orlitzky 97bf904d27
dev-gap/toric: add 1.9.6, drop 1.9.5
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
2024-11-23 09:06:10 -05:00

18 lines
409 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gap-pkg
MY_PN="Toric"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="GAP package for computing with toric varieties"
SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~riscv"
gap-pkg_enable_tests