smart-router
LOW
maintainer user14923929
1 votes
scanned 2026-08-29 21:40:42.320390
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
2
pkgname=smart-router
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc="Turn a Linux box into a router with rule-based (non-AI) smart auto-recovery"
6
arch=('any')
7
url="https://github.com/user14923929/smart-router"
8
license=('GPL3')
9
depends=('python' 'nftables' 'iproute2' 'dnsmasq')
10
makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
11
backup=('etc/smart-router/smart-router.conf')
12
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
13
sha256sums=('c3f0a15e0ba81b66578a131c0a363626aad150bfa1defa917ba5c7423ebd9fc5')
14
15
build() {
16
cd "$pkgname-$pkgver"
17
python -m build --wheel --no-isolation
18
}
19
20
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-29 21:40:42 | Low | 1 |