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