mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mtr: add dependency for json output
This commit is contained in:
parent
0c8f204c25
commit
76bc1bb396
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'mtr'
|
# Template file for 'mtr'
|
||||||
pkgname=mtr
|
pkgname=mtr
|
||||||
version=0.95
|
version=0.95
|
||||||
revision=2
|
revision=3
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
hostmakedepends="automake pkg-config gtk+3-devel"
|
hostmakedepends="automake pkg-config gtk+3-devel"
|
||||||
makedepends="ncurses-devel gtk+3-devel libcap-devel"
|
makedepends="ncurses-devel gtk+3-devel libcap-devel jansson-devel"
|
||||||
depends="libcap-progs"
|
depends="libcap-progs jansson"
|
||||||
short_desc="Combines the functionality of traceroute and ping into one tool"
|
short_desc="Combines the functionality of traceroute and ping into one tool"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
|
|
Loading…
Add table
Reference in a new issue