20 lines
576 B
Bash
20 lines
576 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="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||
|
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
|
||
|
}
|