vp-build/srcpkgs/bat/template

20 lines
559 B
Bash
Raw Normal View History

2018-07-06 12:09:36 +02:00
# Template file for 'bat'
pkgname=bat
2018-11-11 18:01:10 +01:00
version=0.9.0
2018-10-18 14:15:35 +02:00
revision=1
2018-10-02 01:05:31 +02:00
build_style=cargo
hostmakedepends="cmake"
2018-07-06 12:09:36 +02:00
makedepends="libcurl-devel libssh2-devel oniguruma-devel"
short_desc="A cat(1) clone with syntax highlighting and Git integration"
2018-11-11 18:01:10 +01:00
maintainer="John <johnz@posteo.net>"
2018-07-06 12:09:36 +02:00
license="Apache-2.0, MIT"
homepage="https://github.com/sharkdp/bat"
distfiles="https://github.com/sharkdp/bat/archive/v${version}.tar.gz"
2018-11-11 18:01:10 +01:00
checksum=4ce9c118cf5da1159a882dea389f3c5737b5d98192e9a619b0fe8c1730341cc6
2018-07-06 12:09:36 +02:00
2018-10-02 01:05:31 +02:00
post_install() {
2018-07-06 12:09:36 +02:00
vlicense LICENSE-MIT
vdoc README.md
2018-10-10 19:00:16 +02:00
vman doc/bat.1
2018-07-06 12:09:36 +02:00
}