mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/gap to 4.11.1-7
This commit is contained in:
parent
53219972a5
commit
6b85c4e21a
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
pkgbase=gap
|
||||
pkgname=(gap gap-doc gap-packages)
|
||||
pkgver=4.11.1
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc='Groups, Algorithms, Programming: a system for computational discrete algebra'
|
||||
arch=(x86_64)
|
||||
url='https://www.gap-system.org/'
|
||||
|
@ -92,6 +92,8 @@ package_gap() {
|
|||
cp -r pkg/$_pkg "$pkgdir"/usr/lib/gap/pkg
|
||||
done
|
||||
install -Dm755 gap -t "$pkgdir"/usr/lib/gap
|
||||
sed -e "s|$PWD|/usr/lib/gap|g" -i sysinfo.gap
|
||||
cp -ar sysinfo.gap* "$pkgdir"/usr/lib/gap
|
||||
# Install launcher script
|
||||
install -Dm755 "$srcdir"/gap.sh "$pkgdir"/usr/bin/gap
|
||||
|
||||
|
|
Loading…
Reference in a new issue