cpio: add bash to checkdepends.

This commit is contained in:
maxice8 2017-11-19 01:27:42 -02:00 committed by Toyam Cox
parent b8f81f8ad1
commit a98465f6d5

View file

@ -3,6 +3,7 @@ pkgname=cpio
version=2.12
revision=1
build_style=gnu-configure
checkdepends="bash" # required for symlink-long test
configure_args="--with-rmt=/usr/bin/rmt"
short_desc="GNU copy-in/out (cpio) with remote magnetic tape (rmt) support"
maintainer="Juan RP <xtraeme@voidlinux.eu>"