forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathc-ares.yaml
61 lines (52 loc) · 1.15 KB
/
c-ares.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
package:
name: c-ares
version: 1.34.3
epoch: 0
description: "an asynchronous DNS resolution library"
copyright:
- license: MIT
environment:
contents:
packages:
- build-base
- busybox
- openssf-compiler-options
pipeline:
- uses: git-checkout
with:
repository: https://github.com/c-ares/c-ares
tag: v${{package.version}}
expected-commit: c29e75d54c3743783d51a609980495cf553b4bca
- uses: cmake/configure
with:
opts: |
-DCARES_BUILD_TOOLS=OFF \
-DCARES_SHARED=ON \
-DCARES_STATIC=ON \
-DCARES_SYMBOL_HIDING=ON \
-DCARES_BUILD_TESTS=OFF
- uses: cmake/build
- uses: cmake/install
- uses: strip
subpackages:
- name: "c-ares-dev"
description: "headers for c-ares"
pipeline:
- uses: split/dev
dependencies:
provider-priority: 10
runtime:
- libev
test:
pipeline:
- uses: test/pkgconf
- name: "c-ares-doc"
description: "c-ares documentation"
pipeline:
- uses: split/manpages
update:
enabled: true
github:
identifier: c-ares/c-ares
tag-filter-prefix: v
strip-prefix: v