diff --git a/srcpkgs/pari-galdata/template b/srcpkgs/pari-galdata/template new file mode 100644 index 00000000000..63d930104b1 --- /dev/null +++ b/srcpkgs/pari-galdata/template @@ -0,0 +1,17 @@ +# Template file for 'pari-galdata' +pkgname=pari-galdata +version=20080411 +revision=1 +create_wrksrc=yes +depends="pari" +short_desc="PARI database needed to compute Galois group in degrees 8 through 11" +maintainer="André Cerqueira " +license="GPL-3.0-or-later" +homepage="https://pari.math.u-bordeaux.fr/" +distfiles="https://pari.math.u-bordeaux.fr/pub/pari/packages/galdata.tgz" +checksum=b7c1650099b24a20bdade47a85a928351c586287f0d4c73933313873e63290dd + +do_install() { + vmkdir usr/share/pari/galdata + vcopy data/galdata usr/share/pari +}