15 lines
399 B
Bash
15 lines
399 B
Bash
# Template file for 'gping'
|
|
pkgname=gping
|
|
version=1.2.0
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Ping, but with a graph"
|
|
maintainer="Paper <paper@tilde.institute>"
|
|
license="MIT"
|
|
homepage="https://github.com/orf/gping/"
|
|
distfiles="https://github.com/orf/gping/archive/v${version}.tar.gz"
|
|
checksum=2379d2d5c3e301140d9c65c4dcc2b99602acf511b2798f45009af4c1101a0716
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|