void-packages/srcpkgs/bat/template
2019-05-16 10:44:53 +02:00

20 lines
558 B
Bash

# Template file for 'bat'
pkgname=bat
version=0.11.0
revision=1
build_style=cargo
hostmakedepends="cmake"
makedepends="libcurl-devel libssh2-devel oniguruma-devel"
short_desc="Cat(1) clone with syntax highlighting and Git integration"
maintainer="John <johnz@posteo.net>"
license="Apache-2.0, MIT"
homepage="https://github.com/sharkdp/bat"
distfiles="https://github.com/sharkdp/bat/archive/v${version}.tar.gz"
checksum=bb4e39efadfab71c0c929a92b82dac58deacfe2a4eb527d4256ac0634e042ed2
post_install() {
vlicense LICENSE-MIT
vdoc README.md
vman doc/bat.1
}