diff --git a/srcpkgs/lsd/template b/srcpkgs/lsd/template index 42edb68e8f0..f47bbf51366 100644 --- a/srcpkgs/lsd/template +++ b/srcpkgs/lsd/template @@ -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 }