forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cli11.yaml
47 lines (39 loc) · 856 Bytes
/
cli11.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
package:
name: cli11
version: 2.4.2
epoch: 2
description: command line parser for C++11
copyright:
- license: BSD-3-Clause
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- make
- openssf-compiler-options
pipeline:
- uses: git-checkout
with:
expected-commit: 6c7b07a878ad834957b98d0f9ce1dbe0cb204fc9
repository: https://github.com/CLIUtils/CLI11
tag: v${{package.version}}
- uses: cmake/configure
with:
opts: |
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=True \
- uses: cmake/build
- uses: cmake/install
- uses: strip
update:
enabled: true
github:
identifier: CLIUtils/CLI11
strip-prefix: v
tag-filter: v
test:
pipeline:
- uses: test/pkgconf