### this file is sourced not run
PKGVER=1.5.0.7
PKGBUILD=1
PKGARCH=noarch

# source: james
TARBALL=tlpui-1.5.0-7.tar.gz
MD5SUM=a14b626de2168c4810305bd08ade5c8c
SRC_URL=https://github.com/d4nj1/TLPUI/archive/refs/tags/$TARBALL
BUNDLE=

SLACKREQ='tlp python3-pygobject python3-pycairo'
SLACKDESC="tlpui: tlpui $PKGVER (GUI for TLP)
tlpui: 
tlpui: The Python scripts in this project generate a GTK-UI to change TLP 
tlpui: configuration files easily. It has the aim to protect users from 
tlpui: setting bad configuration and to deliver a basic overview of all the 
tlpui: valid configuration values.
tlpui: 
tlpui: https://github.com/d4nj1/TLPUI
tlpui: 
tlpui: 
tlpui: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/TLPUI* &&
	pkg_build_python3modules &&
	pkg_build_slackdesc
}


