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