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>
2pkgname=loksh
3pkgver=7.9
4pkgrel=1
5pkgdesc="A Linux port of OpenBSD's ksh"
6arch=('i686' 'x86_64')
7url="https://github.com/dimkr/loksh"
8license=('custom:LEGAL')
9depends=('libbsd')
10makedepends=('meson' 'ninja')
11source=("$pkgname-$pkgver.tar.gz::https://github.com/dimkr/loksh/releases/download/$pkgver/loksh-$pkgver.tar.xz")
12sha256sums=('9cd50a5d5023c1886ef70dfe7334cebec4f4c6a9548f15d01a04732038e9ac0f')
13
14build() {
15 cd "$srcdir/$pkgname-$pkgver"
16
17 meson setup build --prefix=/usr
18 meson compile -C build
19}
20
21package() {
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)SeverityRules
2026-08-18 15:40:04 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