mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
bat: add manual page
This commit is contained in:
parent
4cd0a2c242
commit
047450e206
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bat'
|
# Template file for 'bat'
|
||||||
pkgname=bat
|
pkgname=bat
|
||||||
version=0.7.1
|
version=0.7.1
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="cargo cmake"
|
hostmakedepends="cargo cmake"
|
||||||
makedepends="libcurl-devel libssh2-devel oniguruma-devel"
|
makedepends="libcurl-devel libssh2-devel oniguruma-devel"
|
||||||
short_desc="A cat(1) clone with syntax highlighting and Git integration"
|
short_desc="A cat(1) clone with syntax highlighting and Git integration"
|
||||||
|
@ -22,4 +22,5 @@ do_install() {
|
||||||
vbin target/release/bat
|
vbin target/release/bat
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
|
vman doc/bat.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue