Skip to content

Commit

Permalink
New package: trippy-0.12.1
Browse files Browse the repository at this point in the history
Closes: #53780 [via git-merge-pr]
  • Loading branch information
icp1994 authored and Vaelatern committed Jan 1, 2025
1 parent 05dffea commit f0548f0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions srcpkgs/trippy/INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
case "${ACTION}" in
post)
setcap CAP_NET_RAW+ep usr/bin/trip
;;
esac
13 changes: 13 additions & 0 deletions srcpkgs/trippy/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
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

0 comments on commit f0548f0

Please sign in to comment.