loksh
maintainer alphab91
· 0 votes
· scanned 2026-08-18 15:40:04.149666
LOW
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: elbachir-one <bachiralfa@gmail.com>
2
pkgname=loksh
3
pkgver=7.9
4
pkgrel=1
5
pkgdesc="A Linux port of OpenBSD's ksh"
6
arch=('i686' 'x86_64')
7
url="https://github.com/dimkr/loksh"
8
license=('custom:LEGAL')
9
depends=('libbsd')
10
makedepends=('meson' 'ninja')
11
source=("$pkgname-$pkgver.tar.gz::https://github.com/dimkr/loksh/releases/download/$pkgver/loksh-$pkgver.tar.xz")
12
sha256sums=('9cd50a5d5023c1886ef70dfe7334cebec4f4c6a9548f15d01a04732038e9ac0f')
13
14
build() {
15
cd "$srcdir/$pkgname-$pkgver"
16
17
meson setup build --prefix=/usr
18
meson compile -C build
19
}
20
21
package() {
22
cd "$srcdir/$pkgname-$pkgver"
23
24
DESTDIR="$pkgdir" meson install -C build
25
26
mv "$pkgdir/usr/bin/ksh" \
27
"$pkgdir/usr/bin/$pkgname"
28
29
mv "$pkgdir/usr/share/man/man1/ksh.1" \
30
"$pkgdir/usr/share/man/man1/$pkgname.1"
31
32
install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
33
mv "$pkgdir/usr/share/doc/$pkgname/LEGAL" \
34
"$pkgdir/usr/share/licenses/$pkgname/LEGAL"
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 15:40:04 | LOW | 1 |