Skip to content

Commit

Permalink
Add asciidoctor package.
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Lorenc <[email protected]>
  • Loading branch information
dlorenc committed Apr 15, 2023
1 parent 0b17a8f commit bb8dd93
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
47 changes: 47 additions & 0 deletions asciidoctor.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
package:
name: asciidoctor
version: "2.0.18"
epoch: 0
description: A fast, open source text processor and publishing toolchain, written in Ruby, for converting AsciiDoc content to HTML 5, DocBook 5, and other formats.
target-architecture:
- all
copyright:
- paths:
- "*"
attestation:
license: MIT
dependencies:
runtime:
- ruby-3.1

environment:
contents:
packages:
- wolfi-base
- busybox
- ca-certificates-bundle
- ruby-3.1

pipeline:
- uses: git-checkout
with:
repository: https://github.com/asciidoctor/asciidoctor
tag: v${{package.version}}
expected-commit: dfbcd4290b013ac782987afc6a9ace59547cc53e

- uses: ruby/build
with:
gem: ${{package.name}}

- uses: ruby/install
with:
gem: ${{package.name}}
version: ${{package.version}}

update:
enabled: true
github:
identifier: asciidoctor/asciidoctor
strip-prefix: v
use-tag: true
tag-filter: v
1 change: 1 addition & 0 deletions packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -536,3 +536,4 @@ protoc-gen-go-grpc
libtraceevent
libtracefs
asciidoc
asciidoctor

0 comments on commit bb8dd93

Please sign in to comment.