tokensave-bin
LOW
maintainer rNoz
0 votes
scanned 2026-09-16 01:20:46.343777
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: rNoz <maintainers@users.noreply.github.com>
2
pkgname=tokensave-bin
3
pkgver=7.12.1
4
pkgrel=1
5
pkgdesc='Semantic code intelligence for AI coding agents'
6
arch=('x86_64')
7
url='https://github.com/aovestdipaperino/tokensave'
8
license=('MIT')
9
depends=('glibc' 'libgcc')
10
provides=('tokensave')
11
conflicts=('tokensave')
12
source=(
13
"https://github.com/aovestdipaperino/tokensave/releases/download/v$pkgver/tokensave-v$pkgver-$CARCH-linux.tar.gz"
14
"tokensave-license-$pkgver::https://raw.githubusercontent.com/aovestdipaperino/tokensave/v$pkgver/LICENSE"
15
)
16
sha256sums=(
17
'184612db16800e384a1bcdc7fadcc53fa73bda70240f9c0416ac4b88c7e924fb'
18
'08e7979abf9173c207753df084b5d94fa0cbe583a7cb6cbc20de5f973ee22aa0'
19
)
20
21
package() {
22
install -Dm755 tokensave "$pkgdir/usr/bin/tokensave"
23
install -Dm644 "tokensave-license-$pkgver" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-16 01:20:46 | Low | 1 |