void-packages/srcpkgs/bandwhich/template

18 lines
636 B
Bash

# Template file for 'bandwhich'
pkgname=bandwhich
version=0.21.0
revision=1
build_style=cargo
make_check_args="-- --skip tests::cases::ui::layout_under_50_width_under_50_height"
short_desc="Terminal bandwidth utilization tool"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT"
homepage="https://github.com/imsnif/bandwhich"
changelog="https://raw.githubusercontent.com/imsnif/bandwhich/main/CHANGELOG.md"
distfiles="https://github.com/imsnif/bandwhich/archive/refs/tags/v${version}.tar.gz"
checksum=f9c50c340372593bf4c54fcf2608ef37c2c56a37367b2f430c27cce3ea947828
post_install() {
vlicense LICENSE.md
}