trippy: update to 0.12.2.
generate/install manpage and completions
This commit is contained in:
parent
9e76db6117
commit
ed307f673b
|
@ -1,13 +1,24 @@
|
||||||
# Template file for 'trippy'
|
# Template file for 'trippy'
|
||||||
pkgname=trippy
|
pkgname=trippy
|
||||||
version=0.12.1
|
version=0.12.2
|
||||||
revision=1
|
revision=1
|
||||||
|
build_wrksrc="crates/trippy"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_install_args="--path=crates/trippy"
|
build_helper="qemu"
|
||||||
short_desc="Tool to assist with analysis of networking issues"
|
short_desc="Tool to assist with analysis of networking issues"
|
||||||
maintainer="icp <pangolin@vivaldi.net>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://trippy.rs/"
|
homepage="https://trippy.rs/"
|
||||||
changelog="https://raw.githubusercontent.com/fujiapple852/trippy/refs/heads/master/RELEASES.md"
|
changelog="https://raw.githubusercontent.com/fujiapple852/trippy/refs/heads/master/RELEASES.md"
|
||||||
distfiles="https://github.com/fujiapple852/trippy/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/fujiapple852/trippy/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=ae868123cba03977786f0dd74297f2e15e021d753684bd6e47554003f03a3d5b
|
checksum=6f23549e5f398113ecd0d2f15c829f5ab84fcdf99dde9942c61746e72f990085
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vtargetrun ${DESTDIR}/usr/bin/trip --generate-man > trip.1
|
||||||
|
vman trip.1
|
||||||
|
|
||||||
|
for shell in bash fish zsh; do
|
||||||
|
vtargetrun ${DESTDIR}/usr/bin/trip --generate ${shell} > trip.${shell}
|
||||||
|
vcompletion trip.${shell} ${shell} trip
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue