diff --git a/srcpkgs/pari-galpol/template b/srcpkgs/pari-galpol/template new file mode 100644 index 0000000000..a3c5a08826 --- /dev/null +++ b/srcpkgs/pari-galpol/template @@ -0,0 +1,18 @@ +# Template file for 'pari-galpol' +pkgname=pari-galpol +version=20180625 +revision=1 +create_wrksrc=yes +depends="pari" +short_desc="PARI package of the GALPOL database of polynomials" +maintainer="André Cerqueira " +license="GPL-3.0-or-later" +homepage="http://pari.math.u-bordeaux.fr/" +distfiles="http://pari.math.u-bordeaux.fr/pub/pari/packages/galpol.tgz" +checksum=562af28316ee335ee38c1172c2d5ecccb79f55c368fb9f2c6f40fc0f416bb01b +nostrip=yes + +do_install() { + vmkdir usr/share/pari + vcopy data/galpol usr/share/pari +}