mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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
|
pkgbase=gap
|
||||||
pkgname=(gap gap-doc gap-packages)
|
pkgname=(gap gap-doc gap-packages)
|
||||||
pkgver=4.11.1
|
pkgver=4.11.1
|
||||||
pkgrel=6
|
pkgrel=7
|
||||||
pkgdesc='Groups, Algorithms, Programming: a system for computational discrete algebra'
|
pkgdesc='Groups, Algorithms, Programming: a system for computational discrete algebra'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://www.gap-system.org/'
|
url='https://www.gap-system.org/'
|
||||||
|
@ -92,6 +92,8 @@ package_gap() {
|
||||||
cp -r pkg/$_pkg "$pkgdir"/usr/lib/gap/pkg
|
cp -r pkg/$_pkg "$pkgdir"/usr/lib/gap/pkg
|
||||||
done
|
done
|
||||||
install -Dm755 gap -t "$pkgdir"/usr/lib/gap
|
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 launcher script
|
||||||
install -Dm755 "$srcdir"/gap.sh "$pkgdir"/usr/bin/gap
|
install -Dm755 "$srcdir"/gap.sh "$pkgdir"/usr/bin/gap
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue