mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
lsd: generate and install manpage
This commit is contained in:
parent
91d5d9a971
commit
68d39a1fd7
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue