diff options
Diffstat (limited to 'dev-gap/crystcat/crystcat-1.1.11.ebuild')
| -rw-r--r-- | dev-gap/crystcat/crystcat-1.1.11.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-gap/crystcat/crystcat-1.1.11.ebuild b/dev-gap/crystcat/crystcat-1.1.11.ebuild new file mode 100644 index 000000000000..877c621a721f --- /dev/null +++ b/dev-gap/crystcat/crystcat-1.1.11.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gap-pkg + +DESCRIPTION="The crystallographic groups catalog" +SRC_URI="https://www.math.uni-bielefeld.de/~gaehler/gap/CrystCat/${P}.tar.gz" +S="${WORKDIR}/${PN}" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~riscv" + +RDEPEND="dev-gap/cryst" + +GAP_PKG_EXTRA_INSTALL=( grp ) +gap-pkg_enable_tests |
