# Maintainer: Piotr Miller pkgname=('psuinfo') pkgver=0.0.2 pkgrel=1 pkgdesc="A psutil-based command to display customizable system usage info in a single line, intended for Tint2 executors or CLI" arch=('x86_64') url="https://github.com/nwg-piotr/psuinfo" license=('GPL3') depends=('python' 'python-psutil') source=(https://github.com/nwg-piotr/psuinfo/raw/master/psuinfo) md5sums=('5fd9211938f04e2a0fb75282103c4981') package() { install -D -m 755 psuinfo \ "$pkgdir"/usr/bin/psuinfo }