vinet-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-09-05 05:59:21.758090
View on AUR
Why flagged

The package downloads prebuilt binaries from GitHub releases for x86_64 and aarch64, which are checksummed and from the project's official repository; while the binaries themselves are not built from source, they originate from a trusted project host with verifiable integrity, reducing risk.

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.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 90%): The package downloads prebuilt binaries from GitHub releases for x86_64 and aarch64, which are checksummed and from the project's official repository; while the binaries themselves are not built from source, they originate from a trusted project host with verifiable integrity, reducing risk.

PKGBUILD

1# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_gitauthor=alalfymansour
4_gitname=vinet
5_appname=${_gitname}
6pkgname=${_appname}-bin
7pkgdesc="Per-process network usage for Linux"
8
9pkgver=0.1.0
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('x86_64' 'aarch64')
14_barch=('linux-amd64' 'linux-arm64')
15
16_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18url=${_ghurl}
19
20license=('GPL-2.0')
21
22provides=("${_appname}")
23conflicts=("${pkgname%-bin}")
24
25options=('!strip')
26
27source=("README-${pkgver}.md::${_ghurlraw}/README.md"
28 "LICENSE-${pkgver}::${_ghurlraw}/LICENSE"
29 "${_appname}.sysusers"
30 "${_appname}.tmpfiles"
31 "${_appname}.service")
32source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}")
33source_aarch64=("${_appname}-${arch[1]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[1]}")
34sha256sums=('7f693709718a323274b1adb4755c5ca388c7f8fc16b5672c43e45f1dc0521207'
35 'edaef632cbb643e4e7a221717a6c441a4c1a7c918e6e4d56debc3d8739b233f6'
36 '5d09a5d45b638cdb6c9ebdc051336e8fcb4d860c4c3d582c551ba0b3acd1481a'
37 '9e66d565ed54f95a856c1ab203975e921d11a1b6281ee6715460a59df46c2a5b'
38 '12f6708266bfc52bb1a44d6711aa3a7b1d0051b02378e7bb81a6be320bf0ab65')
39sha256sums_x86_64=('99186cb3e35f4d54a4780bbd2becb221f9cb5d1ac3383fd5f8e1b3309e480ccf')
40sha256sums_aarch64=('900b15a48f44413ef224e3e15cdcfe43d80f9b671105e6d9170a905f3faddee5')
41
42
43package() {
44 cd "${srcdir}/" || exit
45
46 install -Dm755 "${_appname}-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/${_appname}"
47
48 install -Dm644 "${_appname}.service" "${pkgdir}/usr/lib/systemd/system/${_appname}.service"
49
50 install -Dm644 "${_appname}.sysusers" "${pkgdir}/usr/lib/sysusers.d/${_appname}.conf"
51 install -Dm644 "${_appname}.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/${_appname}.conf"
52
53 install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
54
55 install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
56}
57

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 05:59:21 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion