ladybird/Ports/imagemagick/package.sh

17 lines
407 B
Bash
Raw Normal View History

2022-02-12 04:37:16 +03:00
#!/usr/bin/env -S bash ../.port_include.sh
port='imagemagick'
version='7.1.1-5'
workdir="ImageMagick-${version}"
useconfigure='true'
2023-07-10 14:10:29 +03:00
files=(
"https://github.com/ImageMagick/ImageMagick/archive/refs/tags/${version}.tar.gz#dd23689304b8cf41572c3af6b0ddccfe21c5b9d9abddaf978f314696408d0750"
2023-07-10 14:10:29 +03:00
)
configopts=(
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
)
depends=(
'libjpeg'
'libpng'
'libtiff'
)