pkgname: fping pkgver: '5.5' pkgrel: '2' pkgdesc: 'A program to send ICMP echo probes to network hosts' url: 'https://fping.org/' arch: x86_64 depends: [] makedepends: [] source: - 'https://fping.org/dist/${pkgname}-${pkgver}.tar.gz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} ./configure --prefix=/usr \ --sbindir=/usr/bin make make DESTDIR=${PKGDIR} install chmod 4755 ${PKGDIR}/usr/bin/fping package: | true