diff --git a/srcpkgs/pari-elldata/template b/srcpkgs/pari-elldata/template new file mode 100644 index 00000000000..8bbe310b1e3 --- /dev/null +++ b/srcpkgs/pari-elldata/template @@ -0,0 +1,17 @@ +# Template file for 'pari-elldata' +pkgname=pari-elldata +version=20190912 +revision=1 +create_wrksrc=yes +depends="pari" +short_desc="PARI/GP version of J. E. Cremona Elliptic Curve Data" +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/elldata.tgz" +checksum=c5757bbeba779fbf4c69718bccbe039fd98159bf2c8d13017284cf8b5a10ddc4 + +do_install() { + vmkdir usr/share/pari + vcopy data/elldata usr/share/pari +}