tomatick-bin
maintainer elmryn
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs a pre-built binary from the maintainer's GitHub release, which is a normal practice for AUR packages; the binary is from a project-owned repository, and the checksums are provided, reducing supply-chain risk despite the host not being on a whitelist.
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 installs a pre-built binary from the maintainer's GitHub release, which is a normal practice for AUR packages; the binary is from a project-owned repository, and the checksums are provided, reducing supply-chain risk despite the host not being on a whitelist.
PKGBUILD
1
# Maintainer: motudev <fabian.roos@motusoft.dev>
2
pkgname=tomatick-bin
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc="Modern, lightweight Pomodoro timer (pre-built binary)"
6
arch=('x86_64')
7
url="https://github.com/motudev/tomatick"
8
license=('MIT')
9
depends=('gtk4' 'libadwaita' 'dbus')
10
provides=('tomatick')
11
conflicts=('tomatick')
12
options=('!debug' '!strip')
13
install=tomatick.install
14
source=(``
15
"tomatick::https://github.com/motudev/tomatick/releases/download/v${pkgver}/tomatick"
16
"tomatick.svg"
17
"tray-break.svg"
18
"dev.motusoft.Tomatick.desktop"
19
"LICENSE"
20
)
21
sha256sums=(
22
'ba6b63aa4e21cba98ee32f9654332da74cba2e7264b3f7e401f8ec8cc4f04941' # tomatick binary — updated by CI
23
'60f58c592416951379fa3b4cfcf3b68b3976da7b4cc7901d77933db9a85e20f1'
24
'9021cff41dbaa22e94fc5cdf3d219d2ec52663ba6c34e161f0e32c0149915a8f'
25
'0cae62e6dd9c7a64e3a56743e0be9403e135202d055da2e4b9a624a97f4d8e52'
26
'1b6feffdec4f2448110bf7c020a6802eb3761b883224902180e89c20dcbc88ba'
27
)
28
29
package() {
30
install -Dm755 tomatick "$pkgdir/usr/bin/tomatick"
31
install -Dm644 tomatick.svg \
32
"$pkgdir/usr/share/icons/hicolor/scalable/apps/tomatick.svg"
33
install -Dm644 tray-break.svg \
34
"$pkgdir/usr/share/icons/hicolor/scalable/apps/tomatick-break.svg"
35
install -Dm644 dev.motusoft.Tomatick.desktop \
36
"$pkgdir/usr/share/applications/dev.motusoft.Tomatick.desktop"
37
install -Dm644 LICENSE \
38
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
39
}
40
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 15:15:12 | LOW | 2 |