tcpchat
LOW
maintainer RangS
0 votes
scanned 2026-09-10 05:20:15.854591
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
pkgname=tcpchat
2
_repo=TCPChat
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="A simple implementation of a TCP chat application using Python's socket and threading modules."
6
arch=('any')
7
url="https://github.com/RangS-1/TCPChat"
8
license=('MIT')
9
10
depends=(
11
'python'
12
)
13
14
makedepends=(
15
'python-build'
16
'python-installer'
17
'python-wheel'
18
'python-setuptools'
19
)
20
21
source=(
22
"$pkgname-$pkgver.tar.gz::https://github.com/RangS-1/${_repo}/archive/refs/tags/v$pkgver.tar.gz"
23
)
24
25
sha256sums=('5b7c24eacbc4cef42ec85d215f5248e15050fa6985b630e47d80fefaafd40bdf')
26
27
build() {
28
cd "$srcdir/${_repo}-${pkgver}"
29
python -m build --wheel --no-isolation
30
}
31
32
package() {
33
cd "$srcdir/${_repo}-${pkgver}"
34
35
python -m installer \
36
--destdir="$pkgdir" \
37
dist/*.whl
38
39
install -Dm644 LICENSE \
40
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
41
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-10 05:20:15 | Low | 1 |