New package: pari-galpol-20180625
This commit is contained in:
parent
06d3879434
commit
01464803ad
1 changed files with 18 additions and 0 deletions
18
srcpkgs/pari-galpol/template
Normal file
18
srcpkgs/pari-galpol/template
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue