testing/bat: add missing dependency on less (GNU less)

fixes #10713
This commit is contained in:
Leo 2019-08-08 13:03:28 -03:00
parent a3e2f69b15
commit 2e2bfffb2d

View File

@ -2,11 +2,12 @@
# Maintainer: Chloe Kudryavtsev <toast@toastin.space>
pkgname=bat
pkgver=0.11.0
pkgrel=0
pkgrel=1
pkgdesc="A cat(1) clone with wings"
url="https://github.com/sharkdp/bat"
arch="x86_64" # limited by rust/cargo
license="Apache-2.0"
depends="less" # Required for RAW-CONTROL-CHARS
makedepends="cargo"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/sharkdp/bat/archive/v$pkgver.tar.gz"