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