mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
New package: usbtop-0.2
This commit is contained in:
parent
569c414bff
commit
6e76225c2d
1 changed files with 19 additions and 0 deletions
19
srcpkgs/usbtop/template
Normal file
19
srcpkgs/usbtop/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'usbtop'
|
||||||
|
pkgname=usbtop
|
||||||
|
version=0.2
|
||||||
|
revision=1
|
||||||
|
wrksrc="usbtop-release-${version}"
|
||||||
|
build_style=cmake
|
||||||
|
makedepends="boost-devel libpcap-devel"
|
||||||
|
short_desc="Shows an estimated instantaneous bandwidth on USB buses and devices"
|
||||||
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
|
homepage="https://github.com/aguinet/usbtop"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
distfiles="https://github.com/aguinet/usbtop/archive/release-${version}.tar.gz"
|
||||||
|
checksum=6283454ccbfecab44276344b6bc1bf74e86808fb9f539ca63eb0447d7741487e
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin build/src/usbtop
|
||||||
|
vdoc README.md
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue