New Package: pari-elldata-20190912
This commit is contained in:
parent
df42b04c92
commit
258190abf8
1 changed files with 17 additions and 0 deletions
17
srcpkgs/pari-elldata/template
Normal file
17
srcpkgs/pari-elldata/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'pari-elldata'
|
||||
pkgname=pari-elldata
|
||||
version=20190912
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
depends="pari"
|
||||
short_desc="PARI/GP version of J. E. Cremona Elliptic Curve Data"
|
||||
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/elldata.tgz"
|
||||
checksum=c5757bbeba779fbf4c69718bccbe039fd98159bf2c8d13017284cf8b5a10ddc4
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/pari
|
||||
vcopy data/elldata usr/share/pari
|
||||
}
|
Loading…
Reference in a new issue