broot: include manpage
This commit is contained in:
parent
3aa1fd6d36
commit
320683b0a1
@ -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 <cinerea0@protonmail.com>"
|
||||
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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user