tagwerk-git
LOW
maintainer sripwoud
0 votes
scanned 2026-09-10 13:20:36.864917
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: sripwoud <me@sripwoud.xyz>
2
pkgname=tagwerk-git
3
pkgver=r20.4546213
4
pkgrel=1
5
pkgdesc="Passive work-hours tracker for Hyprland, attributed per repo"
6
arch=(any)
7
url="https://github.com/sripwoud/tagwerk"
8
license=(AGPL-3.0-or-later)
9
depends=(python hyprland hypridle)
10
optdepends=('kitty: cwd of the focused terminal')
11
makedepends=(git)
12
provides=(tagwerk)
13
conflicts=(tagwerk)
14
install=tagwerk-git.install
15
source=("git+$url.git")
16
sha256sums=(SKIP)
17
18
pkgver() {
19
cd tagwerk
20
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
21
}
22
23
package() {
24
cd tagwerk
25
install -Dm755 tagwerk.py "$pkgdir/usr/bin/tagwerk"
26
install -Dm644 contrib/tagwerk-focus.service contrib/tagwerk-idle.service -t "$pkgdir/usr/lib/systemd/user"
27
install -Dm644 contrib/hypridle.conf contrib/claude-hooks.json -t "$pkgdir/usr/share/tagwerk"
28
install -Dm644 contrib/pi/tagwerk.ts -t "$pkgdir/usr/share/tagwerk/pi"
29
}
30
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-10 13:20:36 | Low | 1 |