diff --git a/srcpkgs/sage-data-graphs/template b/srcpkgs/sage-data-graphs/template new file mode 100644 index 00000000000..9ca16b6cf53 --- /dev/null +++ b/srcpkgs/sage-data-graphs/template @@ -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 " +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 +} diff --git a/srcpkgs/sage-data-graphs/update b/srcpkgs/sage-data-graphs/update new file mode 100644 index 00000000000..c5c7c7dd525 --- /dev/null +++ b/srcpkgs/sage-data-graphs/update @@ -0,0 +1 @@ +pkgname=graphs