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

Ports: Add lcms2

This commit is contained in:
Liav A 2023-09-02 14:52:02 +03:00 committed by Tim Schumacher
parent cd3c06dcef
commit 4cee3b65d3
2 changed files with 13 additions and 0 deletions

12
Ports/lcms2/package.sh Executable file
View file

@ -0,0 +1,12 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='lcms2'
version='2.15'
useconfigure='true'
use_fresh_config_sub='true'
use_fresh_config_guess='true'
files=(
"https://github.com/mm2/Little-CMS/releases/download/lcms${version}/lcms2-${version}.tar.gz b20cbcbd0f503433be2a4e81462106fa61050a35074dc24a4e356792d971ab39"
)
depends=(
'libtiff'
)