bat: add manual page

This commit is contained in:
cr6git 2018-10-10 19:00:16 +02:00 committed by GitHub
parent 4cd0a2c242
commit 047450e206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'bat'
pkgname=bat
version=0.7.1
revision=1
revision=2
hostmakedepends="cargo cmake"
makedepends="libcurl-devel libssh2-devel oniguruma-devel"
short_desc="A cat(1) clone with syntax highlighting and Git integration"
@ -22,4 +22,5 @@ do_install() {
vbin target/release/bat
vlicense LICENSE-MIT
vdoc README.md
vman doc/bat.1
}