void-packages/srcpkgs/bandwhich/template
Sora Morimoto 791d96e7a5 bandwhich: update to 0.16.0
Signed-off-by: Sora Morimoto <sora@morimoto.io>
2020-07-22 00:10:37 +02:00

15 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
}