diff options
Diffstat (limited to 'dev-gap/congruence/congruence-1.2.6.ebuild')
-rw-r--r-- | dev-gap/congruence/congruence-1.2.6.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-gap/congruence/congruence-1.2.6.ebuild b/dev-gap/congruence/congruence-1.2.6.ebuild new file mode 100644 index 000000000000..d1dd8494ca93 --- /dev/null +++ b/dev-gap/congruence/congruence-1.2.6.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gap-pkg + +DESCRIPTION="Congruence subgroups of SL(2,ZZ) for GAP" +SRC_URI="https://github.com/gap-packages/congruence/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" + +gap-pkg_enable_tests |