New package: sage-data-graphs-20210214
This commit is contained in:
parent
a75b5c22d4
commit
7c534e54cf
|
@ -0,0 +1,16 @@
|
||||||
|
# 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
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
pkgname=graphs
|
Loading…
Reference in New Issue