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-23 10:10:37 +00:00
version=0.14.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-23 10:10:37 +00:00
checksum=9b9eec854bc9fe5ee8e563d3f65b0acd2cb0ae1b014e51f77cbabf990aaa1398
2019-12-31 02:14:56 +00:00
post_install() {
vlicense LICENSE.md
}