gsl-shell
LOW
maintainer orphaned
0 votes
scanned 2026-09-17 19:25:56.508581
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
3
pkgname=gsl-shell
4
pkgver=2.3.1
5
pkgrel=2
6
pkgdesc='GNU Scientific Library shell based on LuaJIT2'
7
url='http://www.nongnu.org/gsl-shell'
8
license=('GPL3')
9
depends=('agg' 'blas' 'lapack' 'gsl' 'readline' 'freetype2' 'fox')
10
makedepends=('git')
11
arch=('i686' 'x86_64')
12
source=("http://download.savannah.gnu.org/releases/gsl-shell/gsl-shell-${pkgver}.tar.gz")
13
sha256sums=('fbef3fdcfb25bf7d2a2d87c93954ebbb0104077efd5fde0254ccc008e0a6f535')
14
15
build() {
16
cd "$srcdir/$pkgname-$pkgver"
17
patch makepackages ../../makepackages.patch
18
make clean
19
make PREFIX="/usr"
20
}
21
22
package() {
23
cd "$srcdir/$pkgname-$pkgver"
24
make install DESTDIR="$pkgdir" PREFIX="/usr"
25
}
26
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 19:25:56 | Low | 1 |