mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
05dffea3dd
commit
f0548f06be
2 changed files with 18 additions and 0 deletions
5
srcpkgs/trippy/INSTALL
Normal file
5
srcpkgs/trippy/INSTALL
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
case "${ACTION}" in
|
||||||
|
post)
|
||||||
|
setcap CAP_NET_RAW+ep usr/bin/trip
|
||||||
|
;;
|
||||||
|
esac
|
13
srcpkgs/trippy/template
Normal file
13
srcpkgs/trippy/template
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Template file for 'trippy'
|
||||||
|
pkgname=trippy
|
||||||
|
version=0.12.1
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
make_install_args="--path=crates/trippy"
|
||||||
|
short_desc="Tool to assist with analysis of networking issues"
|
||||||
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://trippy.rs/"
|
||||||
|
changelog="https://raw.githubusercontent.com/fujiapple852/trippy/refs/heads/master/RELEASES.md"
|
||||||
|
distfiles="https://github.com/fujiapple852/trippy/archive/refs/tags/${version}.tar.gz"
|
||||||
|
checksum=ae868123cba03977786f0dd74297f2e15e021d753684bd6e47554003f03a3d5b
|
Loading…
Add table
Reference in a new issue