forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gflags.yaml
66 lines (57 loc) · 1.38 KB
/
gflags.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
62
63
64
65
66
package:
name: gflags
version: 2.2.2
epoch: 2
description: "The gflags package contains a C++ library that implements commandline flags processing."
copyright:
- license: "BSD-3-Clause"
environment:
contents:
packages:
- build-base
- cmake
- openssf-compiler-options
- samurai
- wolfi-base
pipeline:
- uses: git-checkout
with:
repository: https://github.com/gflags/gflags/
tag: v${{package.version}}
expected-commit: e171aa2d15ed9eb17054558e0b3a6a413bb01067
- uses: cmake/configure
with:
opts: |
-DCMAKE_BUILD_TYPE=None \
-DBUILD_STATIC_LIBS=ON \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_TESTING=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
-DREGISTER_INSTALL_PREFIX=OFF \
-G Ninja
- uses: cmake/build
- uses: cmake/install
- uses: strip
subpackages:
- name: "gflags-dev"
description: "The gflags package contains a C++ library that implements commandline flags processing (development files)"
pipeline:
- uses: split/dev
dependencies:
runtime:
- gflags
test:
pipeline:
- uses: test/pkgconf
update:
enabled: true
github:
identifier: gflags/gflags
strip-prefix: v
tag-filter: v
test:
pipeline:
# AUTOGENERATED
- runs: |
gflags_completions.sh --version
gflags_completions.sh --help