tcalm
LOW
maintainer dexter8639
0 votes
scanned 2026-09-18 05:27:27.961366
Why flagged
The package builds from a tagged git source of the project's own repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, but no malicious behavior is present.
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 95%): The package builds from a tagged git source of the project's own repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, but no malicious behavior is present.
PKGBUILD
1
# Maintainer: Abdelrahman <abot8639@gmail.com>
2
pkgname=tcalm
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="Prayer Time Media Pauser for Linux (CLI, TUI, and systemd service)"
6
arch=('any')
7
url="https://github.com/abod8639/Tcalm"
8
license=('MIT')
9
depends=(
10
'python'
11
'playerctl'
12
)
13
optdepends=(
14
'libnotify: for desktop notifications'
15
)
16
makedepends=(
17
'git'
18
'python-build'
19
'python-installer'
20
'python-wheel'
21
'python-setuptools'
22
)
23
source=("$pkgname::git+https://github.com/abod8639/Tcalm.git#tag=v$pkgver")
24
sha256sums=('SKIP')
25
26
build() {
27
cd "$srcdir/$pkgname"
28
python -m build --wheel --no-isolation
29
}
30
31
package() {
32
cd "$srcdir/$pkgname"
33
python -m installer --destdir="$pkgdir" dist/*.whl
34
35
# Systemd user service
36
install -Dm644 tcalm.service "$pkgdir/usr/lib/systemd/user/tcalm.service"
37
38
# License and documentation
39
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
40
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
41
}
42
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-18 05:27:27 | Low | 2 |