whatisit-git

LOW
maintainer SCDevel 0 votes scanned 2026-09-06 07:10:31.945140
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: SCDevel <root@scevel.net>
2
3pkgname=whatisit-git
4pkgver=r180.gf9c3e79
5pkgrel=1
6pkgdesc="Local natural-language-to-shell command generator"
7arch=('any')
8url="https://github.com/ThorOdinson246/whatisit-nl2sh"
9license=('Apache-2.0')
10
11depends=(
12 'python'
13)
14
15optdepends=(
16 'llama-cpp: local LLM inference backend'
17)
18
19makedepends=(
20 'git'
21 'python-build'
22 'python-installer'
23 'python-setuptools'
24 'python-wheel'
25)
26
27provides=('whatisit')
28conflicts=('whatisit')
29
30source=("git+$url.git")
31sha256sums=('SKIP')
32
33pkgver() {
34 cd "$srcdir/whatisit-nl2sh"
35
36 printf "r%s.g%s" \
37 "$(git rev-list --count HEAD)" \
38 "$(git rev-parse --short=7 HEAD)"
39}
40
41build() {
42 cd "$srcdir/whatisit-nl2sh/whatisit_pkg"
43
44 python -m build --wheel --no-isolation
45}
46
47package() {
48 cd "$srcdir/whatisit-nl2sh/whatisit_pkg"
49
50 python -m installer \
51 --destdir="$pkgdir" \
52 dist/*.whl
53
54 install -d "$pkgdir/usr/bin"
55 ln -s whatisit "$pkgdir/usr/bin/wit"
56
57 install -Dm644 \
58 "$srcdir/whatisit-nl2sh/LICENSE" \
59 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
60
61 install -Dm644 \
62 "$srcdir/whatisit-nl2sh/NOTICE" \
63 "$pkgdir/usr/share/licenses/$pkgname/NOTICE"
64}
65

Scan history

Scanned at (UTC)SeverityRules
2026-09-06 07:10:31 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