void-packages/srcpkgs/tlpui/template

20 lines
669 B
Bash

# Template file for 'tlpui'
pkgname=tlpui
version=1.5.0+7
revision=1
build_style="python3-module"
hostmakedepends="python3-setuptools"
depends="gtk+3 tlp python3-gobject"
short_desc="GTK user interface for TLP"
maintainer="André Cerqueira <acerqueira021@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/d4nj1/TLPUI"
distfiles="https://github.com/d4nj1/TLPUI/archive/refs/tags/tlpui-${version/+/-}.tar.gz"
checksum=1d82fe2d52d47c2888d07ba7e70840c06129bbd3f673166c861097cfb8e2ce52
make_check=no #tests fail inside chroot
post_install() {
vinstall tlpui/icons/themeable/hicolor/scalable/apps/tlpui.svg 644 \
usr/share/icons/hicolor/scalable/apps
}