forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibexif.yaml
52 lines (42 loc) · 1.04 KB
/
libexif.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
package:
name: libexif
version: 0.6.24
epoch: 0
description: library to parse an EXIF file and read the data from those tags
copyright:
- license: LGPL-2.0-or-later
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
pipeline:
- uses: fetch
with:
expected-sha256: d47564c433b733d83b6704c70477e0a4067811d184ec565258ac563d8223f6ae
uri: https://github.com/libexif/libexif/releases/download/v${{package.version}}/libexif-${{package.version}}.tar.bz2
- uses: autoconf/configure
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: libexif-dev
pipeline:
- uses: split/dev
description: libexif dev
- name: libexif-static
pipeline:
- uses: split/static
description: libexif static library
- name: libexif-doc
pipeline:
- uses: split/manpages
description: libexif manpages
update:
enabled: false
github:
identifier: libexif/libexif
strip-prefix: v