diff --git a/srcpkgs/better-control/template b/srcpkgs/better-control/template new file mode 100644 index 00000000000..df22099cf2c --- /dev/null +++ b/srcpkgs/better-control/template @@ -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 " +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" +}