18 lines
482 B
Bash
18 lines
482 B
Bash
# Template file for 'gping'
|
|
pkgname=gping
|
|
version=1.3.2
|
|
revision=1
|
|
wrksrc="${pkgname}-${pkgname}-v${version}"
|
|
build_wrksrc="gping"
|
|
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/refs/tags/gping-v${version}.tar.gz"
|
|
checksum=1ab71ca45cb5da317d77774eff96d5868486d03ea1cedff008cbafcaf880332b
|
|
|
|
post_install() {
|
|
vlicense ../LICENSE
|
|
}
|