mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/gap to 4.10.2-3
This commit is contained in:
parent
17b416b9a5
commit
e7779eaea2
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
pkgbase=gap
|
||||
pkgname=(gap gap-doc gap-packages)
|
||||
pkgver=4.10.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Groups, Algorithms, Programming: a system for computational discrete algebra"
|
||||
arch=(x86_64)
|
||||
url="https://www.gap-system.org/"
|
||||
|
@ -78,6 +78,9 @@ package_gap() {
|
|||
install -Dm755 gap -t "$pkgdir"/usr/lib/gap
|
||||
# Install launcher script
|
||||
install -Dm755 "$srcdir"/gap.sh "$pkgdir"/usr/bin/gap
|
||||
|
||||
mkdir -p "$pkgdir"/usr/share
|
||||
ln -s /usr/lib/gap -t "$pkgdir"/usr/share # expected by sagemath
|
||||
}
|
||||
|
||||
package_gap-doc() {
|
||||
|
|
Loading…
Reference in a new issue