mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:47:35 +00:00
Ports: Add ImageMagick
This commit is contained in:
parent
10178dc939
commit
06e33788ea
2 changed files with 10 additions and 0 deletions
9
Ports/imagemagick/package.sh
Executable file
9
Ports/imagemagick/package.sh
Executable 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")
|
Loading…
Add table
Add a link
Reference in a new issue