mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
9 lines
407 B
Bash
Executable file
9 lines
407 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='imagemagick'
|
|
version='7.1.1-5'
|
|
workdir="ImageMagick-${version}"
|
|
useconfigure="true"
|
|
files="https://github.com/ImageMagick/ImageMagick/archive/refs/tags/${version}.tar.gz ${port}-v${version}.tar.gz dd23689304b8cf41572c3af6b0ddccfe21c5b9d9abddaf978f314696408d0750"
|
|
auth_type=sha256
|
|
configopts=("--host=${SERENITY_ARCH}")
|
|
depends=("libpng" "libtiff" "libjpeg")
|