void-packages/srcpkgs/bandwhich/template

16 lines
436 B
Bash

# Template file for 'bandwhich'
pkgname=bandwhich
version=0.16.0
revision=1
build_style=cargo
short_desc="Terminal bandwidth utilization tool"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT"
homepage="https://github.com/imsnif/bandwhich"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=fcb3ccc68e4ee86657940e879f23d122b7d8857472587e6864007c02a3cc9aa4
post_install() {
vlicense LICENSE.md
}