vp-build/srcpkgs/usbtop/template

20 lines
582 B
Bash

# 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
}