Skip to content

Commit

Permalink
Merge pull request #1365 from dlorenc/asciidoc
Browse files Browse the repository at this point in the history
Add asciidoc package.
  • Loading branch information
dlorenc authored Apr 15, 2023
2 parents 892b2f4 + 0617409 commit edeff3e
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
49 changes: 49 additions & 0 deletions asciidoc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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
1 change: 1 addition & 0 deletions packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -534,3 +534,4 @@ chartmuseum
protoc-gen-go-grpc
libtraceevent
libtracefs
asciidoc

0 comments on commit edeff3e

Please sign in to comment.