sci-mathematics/sage-data-graphs - 20210214 (sage-on-gentoo)

Search

Package Information

Description:
Sage's graph database
Homepage:
https://www.sagemath.org
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
20210214 8 ~amd64 ~x86 ~x64-macos 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_PN="graphs"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Sage's graph database"
HOMEPAGE="https://www.sagemath.org"
SRC_URI="mirror://sageupstream/${MY_PN}/${MY_P}.tar.bz2"
S="${WORKDIR}"/${MY_P}

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x64-macos"

src_install() {
	insinto /usr/share/sage/graphs
	doins *
}

Manifest for 20210214

Type File Size Source URLs
DIST graphs-20210214.tar.bz2 337153 bytes mirror://sageupstream/graphs/graphs-20210214.tar.bz2