gsl-shell

LOW
maintainer orphaned 0 votes scanned 2026-09-17 19:25:56.508581
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Daniel Lima <danielmariodelima@gmail.com>
2
3pkgname=gsl-shell
4pkgver=2.3.1
5pkgrel=2
6pkgdesc='GNU Scientific Library shell based on LuaJIT2'
7url='http://www.nongnu.org/gsl-shell'
8license=('GPL3')
9depends=('agg' 'blas' 'lapack' 'gsl' 'readline' 'freetype2' 'fox')
10makedepends=('git')
11arch=('i686' 'x86_64')
12source=("http://download.savannah.gnu.org/releases/gsl-shell/gsl-shell-${pkgver}.tar.gz")
13sha256sums=('fbef3fdcfb25bf7d2a2d87c93954ebbb0104077efd5fde0254ccc008e0a6f535')
14
15build() {
16 cd "$srcdir/$pkgname-$pkgver"
17 patch makepackages ../../makepackages.patch
18 make clean
19 make PREFIX="/usr"
20}
21
22package() {
23 cd "$srcdir/$pkgname-$pkgver"
24 make install DESTDIR="$pkgdir" PREFIX="/usr"
25}
26

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 19:25:56 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion