void-packages/srcpkgs/cnping/template
Jan Christian Grünhage 24163925d0
srcpkgs/: orphan jcgruenhage's packages
Closes: #49286 [via git-merge-pr]
2024-03-15 17:01:53 -04:00

19 lines
554 B
Bash

# Template file for 'cnping'
pkgname=cnping
version=1.0.0
revision=1
build_style=gnu-makefile
makedepends="libXinerama-devel libX11-devel"
depends="libcap-progs"
short_desc="Minimal Graphical IPV4 Ping Tool"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT, BSD-3-Clause"
homepage="https://github.com/cnlohr/cnping"
distfiles="https://github.com/cnlohr/cnping/archive/${version}.tar.gz"
checksum=43e4737e27a2ab5bd8f90c73efa0ce998c2cc1d767e4948f50ded0d29e683e2d
do_install() {
vbin cnping
vlicense LICENSE.MIT
vlicense LICENSE.BSD-3-Clause
}