Files
gentoo/dev-gap/cryst/cryst-4.1.32.ebuild
Michael Orlitzky 9d2cfbf226 dev-gap/cryst: add 4.1.32, drop 4.1.31
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
2026-08-20 17:57:40 -04:00

21 lines
446 B
Bash

# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gap-pkg
DESCRIPTION="GAP package for computing with crystallographic groups"
SRC_URI="https://www.math.uni-bielefeld.de/~gaehler/gap/Cryst/${P}.tar.gz"
S="${WORKDIR}/${PN}"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~riscv"
RDEPEND="dev-gap/polenta
dev-gap/polycyclic"
GAP_PKG_EXTRA_INSTALL=( grp )
gap-pkg_enable_tests