17 lines
552 B
Bash
17 lines
552 B
Bash
# Template file for 'bandwhich'
|
|
pkgname=bandwhich
|
|
version=0.21.1
|
|
revision=2
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/imsnif/bandwhich/main/CHANGELOG.md"
|
|
distfiles="https://github.com/imsnif/bandwhich/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=8ba9bf6469834ad498b9fd17f86759a16793b00a6ef44edd6e525ec40adcb0b0
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|