forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
inih.yaml
64 lines (55 loc) · 1.18 KB
/
inih.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
package:
name: inih
version: "58"
epoch: 1
description: Simple .INI file parser for embedded systems
copyright:
- license: BSD-3-Clause
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- meson
pipeline:
- uses: git-checkout
with:
repository: https://github.com/benhoyt/inih
tag: r${{package.version}}
expected-commit: 5cc5e2c24642513aaa5b19126aad42d0e4e0923e
- uses: meson/configure
with:
opts: |
-Ddefault_library=both \
-Ddistro_install=true \
-Dwith_INIReader=true \
-Dmulti-line_entries=true \
-Dutf-8_bom=true \
-Dinline_comments=true \
-Duse_heap=false
- uses: meson/compile
- uses: meson/install
- uses: strip
subpackages:
- name: inih-dev
description: inih dev
dependencies:
runtime:
- inih
pipeline:
- uses: split/dev
test:
pipeline:
- uses: test/pkgconf
- name: inih-static
description: inih static
pipeline:
- uses: split/static
update:
enabled: true
github:
identifier: benhoyt/inih
strip-prefix: r
use-tag: true
tag-filter: r