mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
testing/pari: adopt aport
This commit is contained in:
parent
3107eb4277
commit
037306ac6b
@ -1,9 +1,9 @@
|
||||
# Contributor: Alex Yam <alex@alexyam.com>
|
||||
# Maintainer: Alex Yam <alex@alexyam.com>
|
||||
# Maintainer: Celeste <cielesti@protonmail.com>
|
||||
pkgname=pari
|
||||
pkgver=2.15.5
|
||||
pkgrel=0
|
||||
pkgdesc="computer algebra system designed for fast computations in number theory"
|
||||
pkgrel=1
|
||||
pkgdesc="Computer algebra system designed for fast computations in number theory"
|
||||
url="https://pari.math.u-bordeaux.fr/"
|
||||
arch="all !x86 !armv7 !armhf" # x86/armv7/armhf failed test matsnf-sta and matsnf-dyn
|
||||
license="GPL-2.0-or-later"
|
||||
@ -34,6 +34,8 @@ package() {
|
||||
}
|
||||
|
||||
_lib() {
|
||||
pkgdesc="$pkgdesc (libraries)"
|
||||
|
||||
# symlink is backwards so it doesn't move otherwise
|
||||
amove usr/lib/libpari*
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user