From bb8dd93bd0f45d0ebb83e8821340e89d8e578c2f Mon Sep 17 00:00:00 2001 From: Dan Lorenc Date: Sat, 15 Apr 2023 15:48:56 -0400 Subject: [PATCH] Add asciidoctor package. Signed-off-by: Dan Lorenc --- asciidoctor.yaml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ packages.txt | 1 + 2 files changed, 48 insertions(+) create mode 100644 asciidoctor.yaml diff --git a/asciidoctor.yaml b/asciidoctor.yaml new file mode 100644 index 00000000000..285a0318e05 --- /dev/null +++ b/asciidoctor.yaml @@ -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 diff --git a/packages.txt b/packages.txt index b74fb8b1ad6..dd90d90df89 100644 --- a/packages.txt +++ b/packages.txt @@ -536,3 +536,4 @@ protoc-gen-go-grpc libtraceevent libtracefs asciidoc +asciidoctor