jkey
LOW
maintainer imjiaoyuan
0 votes
scanned 2026-08-22 03:16:42.422172
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: imjiaoyuan <imjiaoyuan@gmail.com>
2
3
pkgname=jkey
4
pkgver=0.3.2
5
pkgrel=4
6
pkgdesc="Python library for password management and TOTP verification"
7
arch=('any')
8
url="https://github.com/imjiaoyuan/jkey"
9
license=('MIT')
10
depends=('python>=3.10' 'python-portalocker')
11
optdepends=('python-opencv: QR code scanning for jkey 2fa add')
12
provides=("python-jkey=$pkgver")
13
conflicts=('python-jkey')
14
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools>=61.0')
15
options=('!strip' '!debug')
16
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
17
sha256sums=('3b5af006ed4b8a6e6bab51569a4074eb5d58a23ab2ff4a129c051d080ba707da')
18
19
build() {
20
cd "jkey-$pkgver"
21
python -m build --wheel --no-isolation
22
}
23
24
package() {
25
cd "jkey-$pkgver"
26
python -m installer --destdir="$pkgdir" dist/*.whl
27
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-22 03:16:42 | Low | 1 |
| 2026-08-16 00:03:42 | Clean | 2 |
| 2026-08-15 15:30:38 | Low | 1 |
| 2026-08-14 00:03:41 | Clean | 2 |
| 2026-08-13 09:26:10 | Low | 1 |