kabutam

LOW
maintainer liqoxowz 0 votes scanned 2026-08-22 01:15:41.536472
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: liqoxowz <hoswt4s3321399@gmail.com>
2
3pkgname=kabutam
4pkgver=0.1.3
5pkgrel=1
6pkgdesc="Terminal-based stock and portfolio tracking tool"
7arch=('any')
8url="https://codeberg.org/tonrl/kabutam"
9license=('GPL-3.0-or-later')
10depends=(
11 'python'
12 'python-requests'
13 'python-yfinance'
14 'python-wcwidth'
15 'python-jpholiday'
16 'pass'
17)
18makedepends=(
19 'python-build'
20 'python-installer'
21 'python-setuptools'
22)
23
24source=($pkgname::git+https://codeberg.org/tonrl/$pkgname.git#tag=v$pkgver)
25sha256sums=('785af95342f2854c0ced31b957ea05d1a133b55587a6537c326434267481de79')
26
27build() {
28 cd "$pkgname"
29 python -m build --wheel --no-isolation
30}
31
32package() {
33 cd "$pkgname"
34 python -m installer --destdir="$pkgdir" dist/*.whl
35 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
36}
37

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 01:15:41 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