diff options
Diffstat (limited to 'sci-mathematics/lean-mathlib/lean-mathlib-0.1_p20220318.ebuild')
-rw-r--r-- | sci-mathematics/lean-mathlib/lean-mathlib-0.1_p20220318.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/sci-mathematics/lean-mathlib/lean-mathlib-0.1_p20220318.ebuild b/sci-mathematics/lean-mathlib/lean-mathlib-0.1_p20220318.ebuild deleted file mode 100644 index a1e9902e3..000000000 --- a/sci-mathematics/lean-mathlib/lean-mathlib-0.1_p20220318.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -COMMIT="d04fff95f686d5c372f7895551c40e7fa683ed6b" - -DESCRIPTION="Lean mathematical components library" -HOMEPAGE="https://github.com/leanprover-community/mathlib" -SRC_URI="https://github.com/leanprover-community/mathlib/archive/${COMMIT}.tar.gz -> ${PF}.tar.gz" -S="${WORKDIR}/mathlib-${COMMIT}" - -KEYWORDS="~amd64" -LICENSE="Apache-2.0" -SLOT="0" -IUSE="test" - -RDEPEND=">=sci-mathematics/lean-3.41.0" -DEPEND=" - ${RDEPEND} - sci-mathematics/mathlib-tools -" - -RESTRICT="!test? ( test )" - -src_configure() { - leanpkg configure || die -} - -src_compile() { - leanpkg build || die -} - -src_install() { - dodoc -r docs/* - rm -r docs || die - insinto /usr/lib/lean/mathlib - doins -r . -} - -src_test() { - leanpkg test || die -} |