-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathgi-docgen.yaml
59 lines (53 loc) · 1.28 KB
/
gi-docgen.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
package:
name: gi-docgen
version: "2023.3"
epoch: 0
description: A documentation generator for GObject-based libraries
copyright:
- license: Apache-2.0 OR GPL-3.0-or-later
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- meson
- py3-jinja2
- py3-markdown
- py3-markupsafe
- py3-packaging
- py3-pygments
- py3-typogrify
- python3
pipeline:
- uses: fetch
with:
expected-sha256: 0c42b891fb6a6aa14b5570dd6cd294c096d380381dbf9a164ef614e218aacf83
uri: https://gitlab.gnome.org/GNOME/gi-docgen/-/archive/${{package.version}}/gi-docgen-${{package.version}}.tar.gz
- runs: |
meson . output
meson compile ${JOBS:+-j ${JOBS}} -C output
DESTDIR="${{targets.destdir}}" meson install --no-rebuild -C output
- uses: strip
subpackages:
- name: py3-gi-docgen
dependencies:
runtime:
- py3-markdown
- py3-markupsafe
- py3-pygments
- py3-jinja2
- py3-packaging
- py3-typogrify
- py3-tomli
- python3
pipeline:
- name: Python Build
uses: python/build-wheel
- uses: strip
update:
enabled: true
release-monitor:
identifier: 178582