# Maintainer: Antonio Rojas <arojas@archlinux.org>
# Maintainer: Taekyung Kim <Taekyung.Kim.Maths@gmail.com>

pkgname=pari-galpol
pkgver=20180625
pkgrel=2
pkgdesc="PARI package of the GALPOL database of polynomials defining Galois extensions of the rationals"
arch=(any)
url="http://pari.math.u-bordeaux.fr/"
license=(GPL)
depends=(pari)
source=("http://pari.math.u-bordeaux.fr/pub/pari/packages/galpol.tgz"{,.asc})
sha256sums=('562af28316ee335ee38c1172c2d5ecccb79f55c368fb9f2c6f40fc0f416bb01b'
            'SKIP')
validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387') # Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>

package() {
  mkdir -p "$pkgdir"/usr/share/pari
  cp -r data/galpol "$pkgdir"/usr/share/pari
}
