Skip to content

Commit

Permalink
New package: pari-nflistdata-20210527
Browse files Browse the repository at this point in the history
  • Loading branch information
tornaria committed Aug 23, 2021
1 parent d09d766 commit 4d8658c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
21 changes: 21 additions & 0 deletions srcpkgs/pari-nflistdata/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Template file for 'pari-nflistdata'
pkgname=pari-nflistdata
version=20210527
revision=1
create_wrksrc=yes
short_desc="PARI/GP database needed by nflist"
maintainer="Gonzalo Tornaría <[email protected]>"
license="GPL-2.0-or-later"
homepage="https://pari.math.u-bordeaux.fr/packages.html"
distfiles="https://pari.math.u-bordeaux.fr/pub/pari/packages/${pkgname#pari-}.tgz>${pkgname}-${version}.tar.gz"
checksum=a123b2a6776a6579108254f5dbe9fd720ddbc7e46456b45e90a69e92a73b0597

do_build() {
# compressed data files work ok (install-size: 4.1M -> 2.9M)
find data -type f -size +4k -print0 | xargs -0 gzip -9
}

do_install() {
vmkdir usr/share/pari
vcopy "data/*" usr/share/pari
}
3 changes: 3 additions & 0 deletions srcpkgs/pari-nflistdata/update
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
site="http://pari.math.u-bordeaux.fr/pub/pari/packages/"
pattern="href=\"${pkgname#pari-}.t(ar|gz)\".*\K\d\d\d\d-\d\d-\d\d(?= \d\d:\d\d )"
version=${version:0:4}.${version:4:2}.${version:6:2}

0 comments on commit 4d8658c

Please sign in to comment.