wifish-git

LOW
maintainer lnicoara 0 votes scanned 2026-08-19 03:41:13.749572
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: Liviu Nicoara <lnicoara at thinkoid dot org>
2
3pkgname=wifish-git
4pkgver=r6.41b8920
5pkgrel=1
6pkgdesc="ncurses Wi-Fi picker for raw wpa_supplicant, with insult swordfighting"
7arch=('x86_64')
8url="https://github.com/thinkoid/wifish"
9license=('WTFPL')
10depends=('ncurses' 'wpa_supplicant')
11makedepends=('git' 'meson')
12provides=('wifish')
13conflicts=('wifish')
14source=("wifish::git+https://github.com/thinkoid/wifish.git")
15sha256sums=('SKIP')
16
17pkgver() {
18 cd wifish
19 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
20}
21
22build() {
23 arch-meson wifish build
24 meson compile -C build
25}
26
27check() {
28 meson test -C build --print-errorlogs
29}
30
31package() {
32 meson install -C build --destdir "$pkgdir"
33 install -Dm644 wifish/LICENSE \
34 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
35}
36

Scan history

Scanned at (UTC)SeverityRules
2026-08-19 03:41:13 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