finance-tracker-tui-git

LOW
maintainer Giovani_Geek 0 votes scanned 2026-09-21 21:36:21.639675
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# shellcheck disable=SC2034,SC2154,SC2164
2# Maintainer: Energetix/Dark Nebula <https://github.com/Jobanny-Friki>
3
4pkgname=finance-tracker-tui-git
5pkgver=r147.894edf1
6pkgrel=2
7pkgdesc="Simple TUI expense/investment tracker backed by SQLite (Go)"
8arch=('x86_64')
9url="https://github.com/shen-kit/finance-tracker-tui"
10license=('unknown')
11depends=()
12makedepends=('go' 'git' 'gcc')
13provides=('finance-tracker-tui')
14conflicts=('finance-tracker-tui')
15source=("finance-tracker-tui::git+https://github.com/shen-kit/finance-tracker-tui.git")
16sha256sums=('SKIP')
17function pkgver() {
18 cd finance-tracker-tui
19 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20}
21function build() {
22 cd finance-tracker-tui/src
23 export CGO_ENABLED=1
24 go build -trimpath -o finance-tracker .
25}
26function package() {
27 cd finance-tracker-tui/src
28 install -Dm755 finance-tracker "$pkgdir/usr/bin/finance-tracker"
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-09-21 21:36:21 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