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

recipes/utils/prettyping/PAGBUILD.yaml main

18 linii Raw ← Powrót
123456789101112131415161718
pkgname: prettyping
pkgver: '1.1.0'
pkgrel: '2'
pkgdesc: A wrapper around the standard ping tool.
url: 'https://github.com/denilsonsa/prettyping'
arch: x86_64
depends:
- gawk
makedepends:
- gawk
source:
- 'https://github.com/denilsonsa/prettyping/archive/v${pkgver}.tar.gz'
sha256sums:
- bf7ced29704a1e696fbccf2a2b4ea068e7774fa37f6d7dd4039d0787f8bed98e
build: |
  install -Dm755 prettyping-${pkgver}/prettyping ${PKGDIR}/usr/bin/prettyping
package: |
  true