qlan

LOW
maintainer Dominiquini 1 votes scanned 2026-08-29 05:37:57.703010
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_gitauthor=TCP-RWX
4_gitname=qlan
5_appname=${_gitname}
6pkgname=${_appname}
7pkgdesc="Lightweight command-line LAN data transfer tool using UDP discovery and TCP streaming"
8
9pkgver=0.0.3
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('x86_64' 'aarch64')
14_barch=('linux-x86_64' 'linux-aarch64')
15
16_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18url=${_ghurl}
19
20license=('Apache-2.0')
21
22provides=("${_appname}")
23
24makedepends=('make' 'gcc')
25depends=('glibc' 'libgcc')
26
27options=('!strip')
28
29source=("${pkgname}-${pkgver}.tgz::${_ghurl}/archive/${_gitversion}.tar.gz")
30sha256sums=('8a7e9c3bd148e3dd9e82148ec4fbb4e396dd8eebf61b599fa5c7dbb837d92c43')
31
32
33build() {
34 cd "${srcdir}/${pkgname}-${pkgver}/" || exit
35
36 make
37}
38
39package() {
40 cd "${srcdir}/${pkgname}-${pkgver}/" || exit
41
42 install -Dm755 "${_appname}" "${pkgdir}/usr/bin/${_appname}"
43
44 install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
45
46 install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
47}
48

Scan history

Scanned at (UTC)SeverityRules
2026-08-29 05:37:57 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