19 lines
539 B
Bash
19 lines
539 B
Bash
|
# Template file for 'pari-galpol'
|
||
|
pkgname=pari-galpol
|
||
|
version=20180625
|
||
|
revision=1
|
||
|
create_wrksrc=yes
|
||
|
depends="pari"
|
||
|
short_desc="PARI package of the GALPOL database of polynomials"
|
||
|
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
||
|
license="GPL-3.0-or-later"
|
||
|
homepage="http://pari.math.u-bordeaux.fr/"
|
||
|
distfiles="http://pari.math.u-bordeaux.fr/pub/pari/packages/galpol.tgz"
|
||
|
checksum=562af28316ee335ee38c1172c2d5ecccb79f55c368fb9f2c6f40fc0f416bb01b
|
||
|
nostrip=yes
|
||
|
|
||
|
do_install() {
|
||
|
vmkdir usr/share/pari
|
||
|
vcopy data/galpol usr/share/pari
|
||
|
}
|