-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathlibunwind.yaml
53 lines (43 loc) · 980 Bytes
/
libunwind.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
package:
name: libunwind
version: 1.8.1
epoch: 0
description: "Portable and efficient C programming interface (API) to determine the call-chain of a program"
copyright:
- license: MIT
environment:
contents:
packages:
- autoconf
- automake
- build-base
- libtool
- linux-headers
- wolfi-base
- xz-dev
pipeline:
- uses: git-checkout
with:
repository: https://github.com/libunwind/libunwind
tag: v${{package.version}}
expected-commit: 9cc4d98b22ae57bc1d8c253988feb85d4298a634
- runs: autoreconf -i
- uses: autoconf/configure
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: libunwind-static
pipeline:
- uses: split/static
- name: libunwind-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- libunwind
update:
enabled: true
github:
identifier: libunwind/libunwind
strip-prefix: v