16 lines
436 B
Bash
16 lines
436 B
Bash
# Template file for 'bandwhich'
|
|
pkgname=bandwhich
|
|
version=0.12.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=195693dccff3f5104376c2aa83340583440ac2c40c4f4289fe07b6948ca5d363
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|