community/farbfeld: add missing dependency (file)

/usr/bin/2ff shell script depends on file command in line 18
file command, albeit part of POSIX, is not present in busybox
This commit is contained in:
Mark-Weston 2018-03-28 13:34:52 +03:00 committed by Sören Tempel
parent bbecf02358
commit f8f4c4d3c5

View File

@ -2,12 +2,12 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=farbfeld
pkgver=3
pkgrel=0
pkgrel=1
pkgdesc="Lossless image format which is easy to parse, pipe and compress"
url="https://tools.suckless.org/farbfeld/"
arch="all"
license="ISC"
depends=""
depends="file"
makedepends="libpng-dev libjpeg-turbo-dev"
install=""
options="!check"