sinergia-reflector-top
LOW
maintainer NachoTelmo
0 votes
scanned 2026-09-11 19:23:32.946823
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: Nacho Telmo <ignacioezcurra37@gmail.com.ar>
2
pkgname=sinergia-reflector-top
3
pkgver=1.0.2
4
pkgrel=3
5
pkgdesc="Aplicación gráfica en Python y Tkinter para optimizar los espejos de Arch Linux usando Reflector"
6
arch=('any')
7
url="https://github.com/Nacho-Telmo/Sinergia-Reflector-Top"
8
license=('GPL3')
9
depends=('python' 'tk' 'reflector' 'polkit')
10
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz"
11
"sinergia-reflector-top.png::$url/raw/v$pkgver/sinergia-reflector-top.png")
12
sha256sums=('fc4ab0f0e63c438640f72cb5240b68d2a2103f85e500bdfa6843b5aa27617301'
13
'b5badd932d4527b3f11757cf56cd57ae0712c5ea6629d60cacd62e7b50d908b2')
14
15
package() {
16
cd "$srcdir"
17
local _dir="$(find . -maxdepth 1 -type d -name "Sinergia-Reflector-Top-*" | head -n 1)"
18
cd "$_dir"
19
20
install -Dm755 reflector_gui.py "$pkgdir/usr/bin/sinergia-reflector-top"
21
install -Dm644 "$startdir/sinergia-reflector-top.desktop" "$pkgdir/usr/share/applications/sinergia-reflector-top.desktop"
22
install -Dm644 "$srcdir/sinergia-reflector-top.png" "$pkgdir/usr/share/icons/hicolor/256x256/apps/sinergia-reflector-top.png"
23
}
24
25
26
27
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-11 19:23:32 | Low | 1 |