diff options
Diffstat (limited to 'dev-gap/toric/toric-1.9.6.ebuild')
-rw-r--r-- | dev-gap/toric/toric-1.9.6.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-gap/toric/toric-1.9.6.ebuild b/dev-gap/toric/toric-1.9.6.ebuild new file mode 100644 index 000000000000..161fefba0d00 --- /dev/null +++ b/dev-gap/toric/toric-1.9.6.ebuild @@ -0,0 +1,18 @@ +# 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 |