vp-build/srcpkgs/bat/template

20 lines
566 B
Bash

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