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-03-02 15:42:18 +00:00
version=0.12.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-03-02 15:42:18 +00:00
checksum=195693dccff3f5104376c2aa83340583440ac2c40c4f4289fe07b6948ca5d363
2019-12-31 02:14:56 +00:00
post_install() {
vlicense LICENSE.md
}