-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathlibaec.yaml
58 lines (47 loc) · 1.2 KB
/
libaec.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
package:
name: libaec
description: Adaptive Entropy Coding library
url: https://gitlab.dkrz.de/k202009/libaec
version: 1.1.2
epoch: 0
copyright:
- license: BSD-2-Clause
environment:
contents:
packages:
- build-base
- busybox
- wolfi-baselayout
pipeline:
- uses: git-checkout
with:
repository: https://github.com/MathisRosenhauer/libaec
expected-commit: be7cc28bddc570209a0de4b7338ea2de16c7c007
tag: v${{package.version}}
- uses: cmake/configure
- uses: cmake/build
- uses: cmake/install
- runs: |
mv "${{targets.destdir}}"/usr/cmake "${{targets.destdir}}"/usr/lib/cmake
- uses: strip
subpackages:
- name: "libaec-static"
description: "libaec static libraries"
pipeline:
- uses: split/static
- name: "libaec-dev"
description: "libaec development headers"
pipeline:
- uses: split/dev
- name: "libsz"
description: "free alternative to szip library"
pipeline:
- working-directory: ${{targets.contextdir}}/usr/lib
runs: |
mv "${{targets.destdir}}"/usr/lib/libsz* .
update:
enabled: true
github:
identifier: MathisRosenhauer/libaec
use-tag: true
strip-prefix: v