tcpchat

LOW
maintainer RangS 0 votes scanned 2026-09-10 05:20:15.854591
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

1pkgname=tcpchat
2_repo=TCPChat
3pkgver=1.0.0
4pkgrel=1
5pkgdesc="A simple implementation of a TCP chat application using Python's socket and threading modules."
6arch=('any')
7url="https://github.com/RangS-1/TCPChat"
8license=('MIT')
9
10depends=(
11 'python'
12)
13
14makedepends=(
15 'python-build'
16 'python-installer'
17 'python-wheel'
18 'python-setuptools'
19)
20
21source=(
22 "$pkgname-$pkgver.tar.gz::https://github.com/RangS-1/${_repo}/archive/refs/tags/v$pkgver.tar.gz"
23)
24
25sha256sums=('5b7c24eacbc4cef42ec85d215f5248e15050fa6985b630e47d80fefaafd40bdf')
26
27build() {
28 cd "$srcdir/${_repo}-${pkgver}"
29 python -m build --wheel --no-isolation
30}
31
32package() {
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)SeverityRules
2026-09-10 05:20:15 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