New package: pari-galpol-20180625

This commit is contained in:
André Cerqueira 2020-09-15 09:44:02 +01:00 committed by Piraty
parent 06d3879434
commit 01464803ad
No known key found for this signature in database
GPG key ID: 82F2CC796BD07077

View file

@ -0,0 +1,18 @@
# 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
}