androidtvremote2-gtk

LOW
maintainer Mr.Tao 0 votes scanned 2026-08-31 21:46:19.858046
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: Lukas Lipinsky <6032558+Mr-Tao@users.noreply.github.com>
2
3pkgname=androidtvremote2-gtk
4pkgver=0.1.0
5pkgrel=1
6pkgdesc='Native GTK remote control for Android and Google TV devices'
7arch=('any')
8url='https://github.com/Mr-Tao/androidtvremote2-gtk'
9license=('Apache-2.0')
10depends=(
11 'gtk4'
12 'libadwaita'
13 'python'
14 'python-androidtvremote2'
15 'python-gobject'
16 'python-zeroconf'
17)
18makedepends=(
19 'git'
20 'python-build'
21 'python-installer'
22 'python-setuptools'
23 'python-wheel'
24)
25checkdepends=('python-pytest')
26_commit='c7047a4cf2dacb3ac169f2158b5d819b41fee6d9'
27source=("$pkgname::git+$url.git#commit=$_commit")
28sha256sums=('SKIP')
29
30build() {
31 cd "$pkgname"
32 python -m build --wheel --no-isolation
33}
34
35check() {
36 cd "$pkgname"
37 pytest -q
38}
39
40package() {
41 cd "$pkgname"
42 python -m installer --destdir="$pkgdir" dist/*.whl
43}
44

Scan history

Scanned at (UTC)SeverityRules
2026-08-31 21:46:19 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