🔒 Repository is read-only – file editing is disabled.

recipes/utils/fping/PAGBUILD.yaml main

26 linii Raw ← Powrót
1234567891011121314151617181920212223242526
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