description="TCP, UDP, and SCTP network bandwidth measurement tool"
url="https://github.com/esnet/iperf"

packager="Great-OS Team"
maintainer="rems"

name="iperf"
version="3.15"
release=1

source=(https://downloads.es.net/public/iperf/iperf-$version.tar.gz)

package() {
  cd $name-$version
  install -Dm 644 examples/*{.am,.in,.c} -t "${PKG}/usr/share/doc/${name}-$version/examples"
}
