smart-router

LOW
maintainer user14923929 1 votes scanned 2026-08-29 21:40:42.320390
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: user14923929
2pkgname=smart-router
3pkgver=0.1.0
4pkgrel=1
5pkgdesc="Turn a Linux box into a router with rule-based (non-AI) smart auto-recovery"
6arch=('any')
7url="https://github.com/user14923929/smart-router"
8license=('GPL3')
9depends=('python' 'nftables' 'iproute2' 'dnsmasq')
10makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
11backup=('etc/smart-router/smart-router.conf')
12source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
13sha256sums=('c3f0a15e0ba81b66578a131c0a363626aad150bfa1defa917ba5c7423ebd9fc5')
14
15build() {
16 cd "$pkgname-$pkgver"
17 python -m build --wheel --no-isolation
18}
19
20package() {
21 cd "$pkgname-$pkgver"
22 python -m installer --destdir="$pkgdir" dist/*.whl
23
24 install -Dm644 config/smart-router.conf \
25 "$pkgdir/etc/smart-router/smart-router.conf"
26 install -Dm644 systemd/smart-router.service \
27 "$pkgdir/usr/lib/systemd/system/smart-router.service"
28 install -Dm644 LICENSE \
29 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
30 install -Dm644 README.md \
31 "$pkgdir/usr/share/doc/$pkgname/README.md"
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-08-29 21:40:42 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