ble-lock-session

LOW
maintainer barbuk 0 votes scanned 2026-08-20 11:11:30.284264
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: Julien Virey <julien.virey+aur@gmail.com>
2
3pkgname='ble-lock-session'
4pkgver=1.0.0
5pkgrel=1
6pkgdesc='Lock and unlock your computer screen using the proximity of a Bluetooth device'
7url="https://github.com/azratul/ble-lock-session"
8depends=('python')
9makedepends=(
10 'python-build' 'python-installer' 'python-wheel' 'python-setuptools'
11)
12checkdepends=(
13 'python-pytest'
14 'python-pytest-cov'
15 'python-coverage'
16)
17license=('GPL-3.0-or-later')
18arch=('any')
19source=(
20 "$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
21 "$pkgname.service"
22)
23sha256sums=('f5aaf2868c2355ddb9df4626e3400e3a574423980ed144523874eced2910cfc2'
24 '0fc54f4a7a0ff7d38a354a9db64e4f8cb7f6390a07212761728986e6c1746c63')
25
26build() {
27 cd "$pkgname-$pkgver"
28 python -m build --wheel --no-isolation
29}
30
31check() {
32 cd "$pkgname-$pkgver"
33 python -m pytest
34}
35
36package() {
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)SeverityRules
2026-08-20 11:11:30 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