forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
check.yaml
42 lines (42 loc) · 976 Bytes
/
check.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
package:
name: check
version: 0.15.2
epoch: 2
description: A unit test framework for C
copyright:
- license: LGPL-2.0-or-later
environment:
contents:
packages:
- busybox
- ca-certificates-bundle
- build-base
- automake
- autoconf
- texinfo
- libtool
pipeline:
- uses: fetch
with:
expected-sha256: a8de4e0bacfb4d76dd1c618ded263523b53b85d92a146d8835eb1a52932fa20a
uri: https://github.com/libcheck/check/releases/download/${{package.version}}/check-${{package.version}}.tar.gz
- uses: autoconf/configure
with:
opts: |
--disable-static \
--enable-build-docs
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: check-doc
pipeline:
- uses: split/manpages
description: check manpages
- name: check-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- check
description: check dev