bat: add manual page
This commit is contained in:
parent
4cd0a2c242
commit
047450e206
@ -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…
x
Reference in New Issue
Block a user