Files
gentoo/dev-gap/cryst/cryst-4.1.31.ebuild
Michael Orlitzky d92c64f5e6 dev-gap/cryst: add 4.1.31, drop 4.1.29
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
2026-05-06 10:21:59 -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