bt-dualboot-sync

LOW
maintainer vhrabar0 0 votes scanned 2026-09-12 17:12:25.717441
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: Vedran Hrabar <vedran.hrabar@outlook.com>
2
3pkgname=bt-dualboot-sync
4pkgver=0.1.3
5pkgrel=1
6pkgdesc="Sync Bluetooth pairing keys from Linux to Windows on a dualboot machine"
7arch=('any')
8url="https://github.com/vhrabar/bt-dualboot"
9license=('MIT')
10depends=('python' 'chntpw')
11makedepends=('python-build' 'python-installer' 'python-wheel' 'python-hatchling')
12# bt-dualboot (upstream x2es) and bt-dualboot-ng both install /usr/bin/bt-dualboot
13# from their wheel's entry point, so only one of the three can be installed.
14provides=('bt-dualboot')
15conflicts=('bt-dualboot' 'bt-dualboot-ng')
16source=("$pkgname-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz")
17sha256sums=('46da5d6b55538b00a2930c74bc085b7792b8d622c34e5b21b772f6b74e3b9aa0')
18
19_srcname="bt-dualboot-$pkgver"
20
21build() {
22 cd "$_srcname"
23 python -m build --wheel --no-isolation
24}
25
26package() {
27 cd "$_srcname"
28 python -m installer --destdir="$pkgdir" dist/*.whl
29
30 install -Dm644 packaging/bt-dualboot.1 "$pkgdir/usr/share/man/man1/bt-dualboot.1"
31 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
32 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-09-12 17:12:25 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