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