void-packages/srcpkgs/better-control/template
2025-06-02 00:09:32 +02:00

16 lines
665 B
Bash

# 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"
}