Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / iperf3
Commits: 540b4c62 by loqs at 2023-09-02T17:42:58+02:00 include the systemd service for iperf3 - - - - - a617a182 by Christian Heusel at 2023-09-02T17:45:26+02:00 upgpkg: 3.14-2: FS#59626: include iperf3.service file - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgname=iperf3 pkgver=3.14 -pkgrel=1 +pkgrel=2 pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool' url='https://github.com/esnet/iperf' arch=('x86_64') @@ -34,6 +34,7 @@ package() { install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}" install -Dm 644 examples/*{.am,.in,.c} -t "${pkgdir}/usr/share/doc/${pkgname}/examples" + install -Dm 644 contrib/iperf3.service -t "${pkgdir}/usr/lib/systemd/system" } # vim: ts=2 sw=2 et: View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/iperf3/-/compare/c9bbfe70e433e1781a53de7d9b05cb00ee7009d5...a617a18207213b26647f075a2d502c8693d3978a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/iperf3/-/compare/c9bbfe70e433e1781a53de7d9b05cb00ee7009d5...a617a18207213b26647f075a2d502c8693d3978a You're receiving this email because of your account on gitlab.archlinux.org.
