New package: bandwhich-0.6.0
This commit is contained in:
parent
f8cb2c591a
commit
5208867dfd
2 changed files with 20 additions and 0 deletions
5
srcpkgs/bandwhich/INSTALL
Normal file
5
srcpkgs/bandwhich/INSTALL
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
case "${ACTION}" in
|
||||||
|
post)
|
||||||
|
setcap cap_net_raw+ep usr/bin/bandwhich
|
||||||
|
;;
|
||||||
|
esac
|
15
srcpkgs/bandwhich/template
Normal file
15
srcpkgs/bandwhich/template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'bandwhich'
|
||||||
|
pkgname=bandwhich
|
||||||
|
version=0.6.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=df13a4641bee77d1199baffaedd27f99fe3d8e36408e318b85b280cdb76ab62e
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.md
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue