PKGNAME=pngquant
PKGSEC=utils
PKGDEP="lcms2 libpng zlib"
BUILDDEP="llvm rustc"
PKGDES="Command-line utility to quantize PNGs down to 8-bit paletted PNGs"

ABTYPE=rust
# FIXME: There is no Cargo.lock file in the repository.
NOCARGOAUDIT=1
# FIXME: LTO breaks build with undefined symbols.
NOLTO=1
