From 65acd2194ec6054f1081e1944d7f339e3605e0b2 Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 20 Jan 2023 00:36:14 +0530 Subject: [PATCH] broot: include manpage --- srcpkgs/broot/template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/srcpkgs/broot/template b/srcpkgs/broot/template index ffa183997e55..4a8f8a3d80f6 100644 --- a/srcpkgs/broot/template +++ b/srcpkgs/broot/template @@ -1,14 +1,14 @@ # Template file for 'broot' pkgname=broot version=1.18.0 -revision=1 +revision=2 build_style=cargo short_desc="Interactive directory tree view, fuzzy search, balanced BFS descent" maintainer="cinerea0 " license="MIT" homepage="https://dystroy.org/broot/" -changelog="https://raw.githubusercontent.com/Canop/broot/master/CHANGELOG.md" -distfiles="https://github.com/Canop/broot/archive/v${version}.tar.gz" +changelog="https://raw.githubusercontent.com/Canop/broot/main/CHANGELOG.md" +distfiles="https://github.com/Canop/broot/archive/refs/tags/v${version}.tar.gz" checksum=b195fa6b47b282a8f4baa3b7eb69fa6fd2f3fde80238bd5fe70c4dd4ae288610 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then @@ -22,4 +22,7 @@ esac post_install() { vlicense LICENSE + + vsed -e "s/#version/${version}/g;s,#date,$(date +'%Y/%m/%d'),g" -i man/page + vman man/page broot.1 }