16 lines
511 B
Bash
16 lines
511 B
Bash
# Template file for 'sage-data-graphs'
|
|
pkgname=sage-data-graphs
|
|
version=20210214
|
|
revision=1
|
|
short_desc="Database of graphs"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="Public Domain"
|
|
homepage="https://mirrors.mit.edu/sage/spkg/upstream/graphs/"
|
|
distfiles="https://mirrors.mit.edu/sage/spkg/upstream/graphs/graphs-$version.tar.bz2"
|
|
checksum=07237c0d9853611505c389fd7bb92500c8743f5631babb4d0f45dfd8332f3741
|
|
|
|
do_install() {
|
|
vmkdir usr/share/sagemath/graphs
|
|
vcopy * usr/share/sagemath/graphs
|
|
}
|