void-packages/srcpkgs/bandwhich/template
2020-02-03 20:35:14 +01:00

15 lines
436 B
Bash

# Template file for 'bandwhich'
pkgname=bandwhich
version=0.11.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=fd05fc9ace952436b92f8e56adc86c09b29c888f6d6bb015cf1baa17d37ed6e7
post_install() {
vlicense LICENSE.md
}