summaryrefslogtreecommitdiff
path: root/dev-gap/cryst/cryst-4.1.27.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-gap/cryst/cryst-4.1.27.ebuild')
-rw-r--r--dev-gap/cryst/cryst-4.1.27.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-gap/cryst/cryst-4.1.27.ebuild b/dev-gap/cryst/cryst-4.1.27.ebuild
new file mode 100644
index 000000000000..0b21d0ee0457
--- /dev/null
+++ b/dev-gap/cryst/cryst-4.1.27.ebuild
@@ -0,0 +1,19 @@
+# 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"
+S="${WORKDIR}/${PN}"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-gap/polycyclic"
+
+GAP_PKG_EXTRA_INSTALL=( grp )
+gap-pkg_enable_tests