| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20210214 | 8 | ~amd64 ~x86 ~x64-macos | 0 |
# 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 *
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | graphs-20210214.tar.bz2 | 337153 bytes | mirror://sageupstream/graphs/graphs-20210214.tar.bz2 |