New package: pari-galdata-20080411
This commit is contained in:
parent
258190abf8
commit
06d3879434
|
@ -0,0 +1,17 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Reference in New Issue