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

View file

@ -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 |

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'
)