4d34bf053d
- fix license - change homepage - rename distfiles to include version in name - drop depends on pari so pari can checkdepends on this (cf #29159, #32614) - add update file - change of maintainer agreed by motorto
16 lines
583 B
Bash
16 lines
583 B
Bash
# Template file for 'pari-galdata'
|
|
pkgname=pari-galdata
|
|
version=20080411
|
|
revision=2
|
|
create_wrksrc=yes
|
|
short_desc="PARI/GP database needed to compute Galois group in degrees 8 through 11"
|
|
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-}.tgz>${pkgname}-${version}.tar.gz"
|
|
checksum=b7c1650099b24a20bdade47a85a928351c586287f0d4c73933313873e63290dd
|
|
|
|
do_install() {
|
|
vmkdir usr/share/pari
|
|
vcopy "data/*" usr/share/pari
|
|
}
|