mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Ports: Add lcms2
This commit is contained in:
parent
cd3c06dcef
commit
4cee3b65d3
Notes:
sideshowbarker
2024-07-17 06:51:10 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/4cee3b65d3 Pull-request: https://github.com/SerenityOS/serenity/pull/20908 Reviewed-by: https://github.com/LucasChollet ✅ Reviewed-by: https://github.com/timschumi ✅
2 changed files with 13 additions and 0 deletions
|
@ -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
12
Ports/lcms2/package.sh
Executable 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'
|
||||
)
|
Loading…
Reference in a new issue