parent
05dffea3dd
commit
f0548f06be
|
@ -0,0 +1,5 @@
|
|||
case "${ACTION}" in
|
||||
post)
|
||||
setcap CAP_NET_RAW+ep usr/bin/trip
|
||||
;;
|
||||
esac
|
|
@ -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…
Reference in New Issue