From f0548f06bec09949a78040cbb7b5ced3a482275c Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 28 Dec 2024 20:02:15 +0530 Subject: [PATCH] New package: trippy-0.12.1 Closes: #53780 [via git-merge-pr] --- srcpkgs/trippy/INSTALL | 5 +++++ srcpkgs/trippy/template | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 srcpkgs/trippy/INSTALL create mode 100644 srcpkgs/trippy/template diff --git a/srcpkgs/trippy/INSTALL b/srcpkgs/trippy/INSTALL new file mode 100644 index 00000000000000..da6d36fd766c70 --- /dev/null +++ b/srcpkgs/trippy/INSTALL @@ -0,0 +1,5 @@ +case "${ACTION}" in +post) + setcap CAP_NET_RAW+ep usr/bin/trip + ;; +esac diff --git a/srcpkgs/trippy/template b/srcpkgs/trippy/template new file mode 100644 index 00000000000000..1c7d55b3ba5f29 --- /dev/null +++ b/srcpkgs/trippy/template @@ -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 " +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