lsd: generate and install manpage
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
# Template file for 'lsd'
|
# Template file for 'lsd'
|
||||||
pkgname=lsd
|
pkgname=lsd
|
||||||
version=1.1.5
|
version=1.1.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config pandoc"
|
||||||
makedepends="libgit2-devel"
|
makedepends="libgit2-devel"
|
||||||
checkdepends="git"
|
checkdepends="git"
|
||||||
short_desc="Next gen ls command with lots of pretty colors and awesome icons"
|
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.bash bash
|
||||||
vcompletion lsd.fish fish
|
vcompletion lsd.fish fish
|
||||||
vcompletion _lsd zsh
|
vcompletion _lsd zsh
|
||||||
|
|
||||||
|
pandoc --standalone --to man --output lsd.1 doc/lsd.md
|
||||||
|
vman lsd.1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user