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