forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lcms2.yaml
84 lines (73 loc) · 1.66 KB
/
lcms2.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
package:
name: lcms2
version: "2.16"
epoch: 3
description: "Color Management Engine"
copyright:
- license: MIT AND GPL-3.0-only
environment:
contents:
packages:
- autoconf
- automake
- build-base
- ca-certificates-bundle
- libjpeg-turbo-dev
- libtool
- openssf-compiler-options
- wolfi-base
- zlib-dev
pipeline:
- uses: git-checkout
with:
repository: https://github.com/mm2/Little-CMS.git
tag: lcms${{package.version}}
expected-commit: 453bafeb85b4ef96498866b7a8eadcc74dff9223
- runs: |
./autogen.sh
- uses: autoconf/configure
with:
opts: |
--with-jpeg \
--with-tiff \
--with-zlib \
--with-threads
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: "lcms2-dev"
description: "headers for lcms2"
pipeline:
- uses: split/dev
dependencies:
runtime:
- lcms2
test:
pipeline:
- uses: test/pkgconf
- name: "lcms2-doc"
description: "lcms2 documentation"
pipeline:
- uses: split/manpages
- name: "lcms2-utils"
description: "Utility applications for lcms2"
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}"/usr/bin
mv "${{targets.destdir}}"/usr/bin/* "${{targets.subpkgdir}}"/usr/bin
test:
pipeline:
- runs: |
jpgicc version
jpgicc --help
linkicc version
linkicc --help
psicc version
psicc --help
transicc --help
update:
enabled: true
github:
identifier: mm2/Little-CMS
strip-prefix: lcms