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