void-packages/srcpkgs/bat/template

20 lines
558 B
Bash
Raw Normal View History

2018-07-06 12:09:36 +02:00
# Template file for 'bat'
pkgname=bat
2019-02-08 16:39:54 +01:00
version=0.10.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"
2019-02-08 16:39:54 +01:00
short_desc="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"
2019-02-08 16:39:54 +01:00
checksum=54dd396e8f20d44c6032a32339f45eab46a69b6134e74a704f8d4a27c18ddc3e
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
}