vp-build/srcpkgs/sage-data-graphs/template

17 lines
536 B
Bash

# Template file for 'sage-data-graphs'
pkgname=sage-data-graphs
version=20210214
revision=1
wrksrc="graphs-$version"
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
}