1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:47:35 +00:00

Ports: Add ImageMagick

This commit is contained in:
Joe Petrus 2022-02-11 20:37:16 -05:00 committed by Andreas Kling
parent 10178dc939
commit 06e33788ea
2 changed files with 10 additions and 0 deletions

9
Ports/imagemagick/package.sh Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=ImageMagick
version=7.1.0-23
workdir="${port}-${version}"
useconfigure="true"
files="https://github.com/ImageMagick/ImageMagick/archive/refs/tags/${version}.tar.gz imagemagick-v${version}.tar.gz 62c24362891d0af2be9a81d01117195ba0ec8e6982c7568195a33019bfc82188"
auth_type=sha256
configopts=("--host=${SERENITY_ARCH}")
depends=("libpng" "libtiff" "libjpeg")