New package: usbtop-0.2

This commit is contained in:
cr6git 2018-03-26 21:48:09 +02:00 committed by Enno Boland
parent 569c414bff
commit 6e76225c2d
1 changed files with 19 additions and 0 deletions

19
srcpkgs/usbtop/template Normal file
View 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
}