-
Notifications
You must be signed in to change notification settings - Fork 289
/
Copy pathlibatomic_ops.yaml
55 lines (45 loc) · 1.21 KB
/
libatomic_ops.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
package:
name: libatomic_ops
version: 7.8.0
epoch: 0
description: Semi-portable access to hardware provided atomic memory operations
copyright:
- license: GPL-2.0-or-later
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
pipeline:
- uses: fetch
with:
expected-sha256: 15676e7674e11bda5a7e50a73f4d9e7d60452271b8acf6fd39a71fefdf89fa31
uri: https://github.com/ivmai/libatomic_ops/releases/download/v${{package.version}}/libatomic_ops-${{package.version}}.tar.gz
- uses: autoconf/configure
with:
opts: |
--localstatedir=/var \
--enable-shared
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: libatomic_ops-static
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}"/usr/lib
mv "${{targets.destdir}}"/usr/lib/*.a "${{targets.subpkgdir}}"/usr/lib
- name: libatomic_ops-dev
pipeline:
- uses: split/dev
description: libatomic_ops dev
- name: libatomic_ops-doc
pipeline:
- uses: split/manpages
description: libatomic_ops manpages
update:
release-monitor:
identifier: 1561