forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasciidoc.yaml
49 lines (42 loc) · 952 Bytes
/
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
package:
name: asciidoc
version: 10.2.0
epoch: 0
description: "Text based documentation"
copyright:
- license: "GPL-2.0-or-later and GPL-1.0-or-later"
environment:
contents:
packages:
- wolfi-base
- ca-certificates-bundle
- git
- build-base
- python3
- autoconf
- automake
- libxml2-utils
- docbook-xml
- libxslt
- py3-pip
pipeline:
- uses: git-checkout
with:
repository: https://github.com/asciidoc-py/asciidoc-py
tag: ${{package.version}}
expected-commit: 545b79b8d7dae70d12bf0657359bdd36de0c5c26
- runs: |
autoreconf -fi
- uses: autoconf/configure
with:
opts: |
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info
- uses: autoconf/make
- uses: autoconf/make-install
update:
enabled: true
github:
identifier: asciidoc-py/asciidoc-py