lsd: generate and install manpage

This commit is contained in:
tranzystorekk 2025-02-06 11:49:04 +01:00
parent 91d5d9a971
commit 68d39a1fd7

View File

@ -1,9 +1,9 @@
# Template file for 'lsd'
pkgname=lsd
version=1.1.5
revision=1
revision=2
build_style=cargo
hostmakedepends="pkg-config"
hostmakedepends="pkg-config pandoc"
makedepends="libgit2-devel"
checkdepends="git"
short_desc="Next gen ls command with lots of pretty colors and awesome icons"
@ -28,4 +28,7 @@ post_install() {
vcompletion lsd.bash bash
vcompletion lsd.fish fish
vcompletion _lsd zsh
pandoc --standalone --to man --output lsd.1 doc/lsd.md
vman lsd.1
}