18 lines
532 B
Bash
18 lines
532 B
Bash
# 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 <acerqueira021@gmail.com>"
|
|
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
|
|
}
|