cdwifi-autoaccept

LOW
maintainer Mr.Tao 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: Mr. Tao <tao@post.cz>
2
3pkgname=cdwifi-autoaccept
4pkgver=0.1.0
5pkgrel=1
6pkgdesc='Guarded automatic acceptance for the CDWiFi captive portal'
7url='https://github.com/Mr-Tao/cdwifi-autoaccept'
8arch=('any')
9license=('Apache-2.0')
10
11depends=(
12 'bash'
13 'curl>=8.4'
14 'grep'
15 'networkmanager>=1.16'
16 'python>=3.11'
17 'systemd>=247'
18)
19
20source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
21sha256sums=('e4df62a258d1ba29145f972307c9e9b8eabe416119b3378573877e6618d6219d')
22
23check() {
24 cd "$pkgname-$pkgver"
25 PYTHONDONTWRITEBYTECODE=1 python3 -m unittest discover -s tests -v
26}
27
28package() {
29 cd "$pkgname-$pkgver"
30 python3 packaging/stage.py --destdir "$pkgdir"
31}
32

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