mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
New package: better-control-6.11.7
This commit is contained in:
parent
8d3e1b8170
commit
2dd4b16a3b
1 changed files with 16 additions and 0 deletions
16
srcpkgs/better-control/template
Normal file
16
srcpkgs/better-control/template
Normal 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"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue