-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathflatbuffers.yaml
56 lines (47 loc) · 1.13 KB
/
flatbuffers.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
# Generated from https://pypi.org/project/flatbuffers/
package:
name: flatbuffers
version: 23.5.26
epoch: 2
description: The FlatBuffers serialization format
copyright:
- license: Apache-2.0
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- cmake
- py3-build
- py3-installer
- py3-setuptools
- python3
- samurai
- wolfi-base
pipeline:
- uses: git-checkout
with:
repository: https://github.com/google/flatbuffers
tag: v${{package.version}}
expected-commit: 0100f6a5779831fa7a651e4b67ef389a8752bd9b
- uses: cmake/configure
- uses: cmake/build
- uses: cmake/install
- uses: strip
subpackages:
- name: py3-flatbuffers
pipeline:
- runs: |
cd python
python3 -m build
python3 -m installer -d "${{targets.subpkgdir}}" dist/flatbuffers*.whl
find ${{targets.subpkgdir}} -name "*.pyc" -exec rm -rf '{}' +
- name: flatbuffers-dev
pipeline:
- uses: split/dev
update:
enabled: true
github:
identifier: google/flatbuffers
strip-prefix: v