mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
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:
parent
bbecf02358
commit
f8f4c4d3c5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user