forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
asciidoc.yaml
60 lines (51 loc) · 1.15 KB
/
asciidoc.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
package:
name: asciidoc
version: 10.2.1
epoch: 1
description: "Text based documentation"
copyright:
- license: GPL-2.0-or-later
vars:
py-version: 3.13
environment:
contents:
packages:
- autoconf
- automake
- build-base
- ca-certificates-bundle
- docbook-xml
- git
- libxml2-utils
- libxslt
- py${{vars.py-version}}-pip
- python-${{vars.py-version}}
- wolfi-base
pipeline:
- uses: git-checkout
with:
repository: https://github.com/asciidoc-py/asciidoc-py
tag: ${{package.version}}
expected-commit: 21e33efe96ba9a51d99d1150691dae750afd6ed1
- uses: patch
with:
patches: allow-specify-python.yaml
- runs: |
autoreconf -fi
- uses: autoconf/configure
with:
opts: |
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info
- uses: autoconf/make
with:
opts: PYTHON=python${{vars.py-version}}
- uses: autoconf/make-install
with:
opts: PYTHON=python${{vars.py-version}}
update:
enabled: true
github:
identifier: asciidoc-py/asciidoc-py