void-packages/srcpkgs/bandwhich/template

16 lines
436 B
Bash
Raw Normal View History

2019-12-31 02:14:56 +00:00
# Template file for 'bandwhich'
pkgname=bandwhich
2020-05-24 10:50:53 +00:00
version=0.15.0
2019-12-31 02:14:56 +00:00
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"
2020-05-24 10:50:53 +00:00
checksum=c4922734bbb3ec17c8a0c9fbff4096ee3e28b4efa7dbca9abbd92e0ad6ff3483
2019-12-31 02:14:56 +00:00
post_install() {
vlicense LICENSE.md
}