forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
libcmis.yaml
75 lines (63 loc) · 1.35 KB
/
libcmis.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
67
68
69
70
71
72
73
74
75
package:
name: libcmis
version: 0.6.2
epoch: 2
description: C/C++ CMIS client library
copyright:
- license: GPL-2.0-or-later
environment:
contents:
packages:
- autoconf
- automake
- boost-dev
- build-base
- busybox
- ca-certificates-bundle
- curl-dev
- libtool
- libxml2-dev
- m4
- openssf-compiler-options
- pkgconf-dev
pipeline:
- uses: git-checkout
with:
repository: https://github.com/tdf/libcmis
expected-commit: bda92cc01837ef933d7b6d5f94dceba6f47ec7e1
tag: v${{package.version}}
- uses: patch
# https://gitlab.archlinux.org/archlinux/packaging/packages/libcmis/-/blob/main/boost-1.86.0.patch?ref_type=heads
with:
patches: 001-fix-boots-1.86-build
- runs: |
autoreconf -fiv
- uses: autoconf/configure
with:
opts: |
--disable-tests \
--without-man
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: libcmis-doc
pipeline:
- uses: split/manpages
- name: libcmis-dev
pipeline:
- uses: split/dev
test:
pipeline:
- uses: test/pkgconf
update:
enabled: true
github:
identifier: tdf/libcmis
strip-prefix: v
test:
pipeline:
# AUTOGENERATED
- runs: |
cmis-client --help
cmis-client version