18 lines
604 B
Bash
18 lines
604 B
Bash
# Template file for 'pari-seadata-big'
|
|
pkgname=pari-seadata-big
|
|
version=20170418
|
|
revision=3
|
|
create_wrksrc=yes
|
|
depends="pari-seadata"
|
|
short_desc="PARI/GP package needed by ellap for large primes up to 1100 bits"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://pari.math.u-bordeaux.fr/packages.html"
|
|
distfiles="https://pari.math.u-bordeaux.fr/pub/pari/packages/${pkgname#pari-}.tar>${pkgname}-${version}.tar"
|
|
checksum=7c4db2624808a5bbd2ba00f8b644a439f0508532efd680a247610fdd5822a5f2
|
|
|
|
do_install() {
|
|
vmkdir usr/share/pari
|
|
vcopy "data/*" usr/share/pari
|
|
}
|