New package: better-control-6.11.7

This commit is contained in:
Francesco Carmelo Capria 2025-04-27 12:34:01 +02:00 committed by Duncan Overbruck
parent 8d3e1b8170
commit 2dd4b16a3b

View file

@ -0,0 +1,16 @@
# Template file for 'better-control'
pkgname=better-control
version=6.11.7
revision=1
build_style=gnu-makefile
depends="gtk+3 python3-gobject python3-dbus python3-setproctitle python3-requests python3-qrcode python3-Pillow"
short_desc="Simple control panel for linux based on the GTK framework"
maintainer="Francesco Carmelo Capria <francesco@capria.eu>"
license="GPL-3.0-or-later"
homepage="https://github.com/quantumvoid0/better-control"
distfiles="https://github.com/quantumvoid0/better-control/archive/refs/tags/v${version}.tar.gz"
checksum=1cdccd227055802fd822bd7bd885904b66fb58fc524de0daa560276c090e0213
post_install() {
rm "${DESTDIR}/usr/bin/betterctl"
}