mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-21 16:47:00 +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'
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue