1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
2 # Contributor: gkmcd <g at dramati dot cc>
3 # Contributor: Wyatt J. Brown <sushidudeteam at gmail dot com>
9 pkgdesc='A ping wrapper making the output prettier, more colorful, more compact, and easier to read.'
11 url='https://github.com/denilsonsa/prettyping'
13 depends=('bash' 'awk' 'iputils')
14 source=("$pkgname-$pkgver.tar.gz::https://github.com/denilsonsa/prettyping/archive/v$pkgver.tar.gz")
15 sha512sums=('967626f11cd58fd9a0ce91a320caf6b6a296681ed809e04188f0cfe00d03c80a3620bf4d3ec86e855be363810763ff3ccd8bb0a959d03e62b31edba2cfae7f79')
18 install -Dm644 "$srcdir/prettyping-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
19 install -Dm755 "$srcdir/prettyping-$pkgver/prettyping" "$pkgdir/usr/bin/prettyping"