diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 6e7091ceffe..f6377c53ff9 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -130,6 +130,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`julius`](julius/) | julius | 1.7.0 | https://github.com/bvschaik/julius | | [`kakoune`](kakoune/) | Modal text editor | 24d6072 | https://github.com/mawww/kakoune | | [`klong`](klong/) | Klong | 20220315 | https://t3x.org/klong/ | +| [`lcms2`](lcms2/) | Small-footprint color management engine | 2.15 | https://github.com/mm2/Little-CMS | | [`less`](less/) | less | 590 | https://www.greenwoodsoftware.com/less/ | | [`libarchive`](libarchive/) | libarchive | 3.6.1 | https://libarchive.org/ | | [`libassuan`](libassuan/) | libassuan | 2.5.5 | https://gnupg.org/software/libassuan/index.html | diff --git a/Ports/lcms2/package.sh b/Ports/lcms2/package.sh new file mode 100755 index 00000000000..50d055a889e --- /dev/null +++ b/Ports/lcms2/package.sh @@ -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' +)