tagwerk-git

LOW
maintainer sripwoud 0 votes scanned 2026-09-10 13:20:36.864917
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

1# Maintainer: sripwoud <me@sripwoud.xyz>
2pkgname=tagwerk-git
3pkgver=r20.4546213
4pkgrel=1
5pkgdesc="Passive work-hours tracker for Hyprland, attributed per repo"
6arch=(any)
7url="https://github.com/sripwoud/tagwerk"
8license=(AGPL-3.0-or-later)
9depends=(python hyprland hypridle)
10optdepends=('kitty: cwd of the focused terminal')
11makedepends=(git)
12provides=(tagwerk)
13conflicts=(tagwerk)
14install=tagwerk-git.install
15source=("git+$url.git")
16sha256sums=(SKIP)
17
18pkgver() {
19 cd tagwerk
20 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
21}
22
23package() {
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)SeverityRules
2026-09-10 13:20:36 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