ble-lock-session
LOW
maintainer barbuk
0 votes
scanned 2026-08-20 11:11:30.284264
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: Julien Virey <julien.virey+aur@gmail.com>
2
3
pkgname='ble-lock-session'
4
pkgver=1.0.0
5
pkgrel=1
6
pkgdesc='Lock and unlock your computer screen using the proximity of a Bluetooth device'
7
url="https://github.com/azratul/ble-lock-session"
8
depends=('python')
9
makedepends=(
10
'python-build' 'python-installer' 'python-wheel' 'python-setuptools'
11
)
12
checkdepends=(
13
'python-pytest'
14
'python-pytest-cov'
15
'python-coverage'
16
)
17
license=('GPL-3.0-or-later')
18
arch=('any')
19
source=(
20
"$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
21
"$pkgname.service"
22
)
23
sha256sums=('f5aaf2868c2355ddb9df4626e3400e3a574423980ed144523874eced2910cfc2'
24
'0fc54f4a7a0ff7d38a354a9db64e4f8cb7f6390a07212761728986e6c1746c63')
25
26
build() {
27
cd "$pkgname-$pkgver"
28
python -m build --wheel --no-isolation
29
}
30
31
check() {
32
cd "$pkgname-$pkgver"
33
python -m pytest
34
}
35
36
package() {
37
cd "$pkgname-$pkgver"
38
python -m installer --destdir="${pkgdir}" dist/*.whl
39
install -Dm644 "$pkgname.service" "$pkgdir/usr/lib/systemd/user/$pkgname.service"
40
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
41
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
42
}
43
44
# vim:set ts=2 sw=2 et
45
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 11:11:30 | Low | 1 |