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