26 lines
853 B
Bash
26 lines
853 B
Bash
# Template file for 'bat'
|
|
pkgname=bat
|
|
version=0.24.0
|
|
revision=2
|
|
build_style=cargo
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libgit2-devel oniguruma-devel"
|
|
short_desc="Cat(1) clone with syntax highlighting and Git integration"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="Apache-2.0, MIT"
|
|
homepage="https://github.com/sharkdp/bat"
|
|
changelog="https://raw.githubusercontent.com/sharkdp/bat/master/CHANGELOG.md"
|
|
distfiles="https://github.com/sharkdp/bat/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=907554a9eff239f256ee8fe05a922aad84febe4fe10a499def72a4557e9eedfb
|
|
|
|
export BAT_ASSETS_GEN_DIR="${XBPS_BUILDDIR}/${pkgname}-${version}"
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
vdoc README.md
|
|
vman assets/manual/bat.1
|
|
vcompletion assets/completions/bat.fish fish
|
|
vcompletion assets/completions/bat.zsh zsh
|
|
vcompletion assets/completions/bat.bash bash
|
|
}
|