summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-gap/cryst/cryst-4.1.26.ebuild')
-rw-r--r--dev-gap/cryst/cryst-4.1.26.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-gap/cryst/cryst-4.1.26.ebuild b/dev-gap/cryst/cryst-4.1.26.ebuild
new file mode 100644
index 000000000000..3630d8d8abcb
--- /dev/null
+++ b/dev-gap/cryst/cryst-4.1.26.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 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"
+SLOT="0"
+SRC_URI="https://www.math.uni-bielefeld.de/~gaehler/gap/Cryst/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-gap/polycyclic"
+
+S="${WORKDIR}/${PN}"
+
+GAP_PKG_EXTRA_INSTALL=( grp )
+gap-pkg_enable_tests