-
Notifications
You must be signed in to change notification settings - Fork 289
/
Copy pathasciidoctor.yaml
45 lines (40 loc) · 965 Bytes
/
asciidoctor.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
package:
name: asciidoctor
version: 2.0.22
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.
copyright:
- paths:
- "*"
attestation:
license: MIT
dependencies:
runtime:
- ruby-3.1
environment:
contents:
packages:
- busybox
- ca-certificates-bundle
- ruby-3.1
- wolfi-base
pipeline:
- uses: git-checkout
with:
repository: https://github.com/asciidoctor/asciidoctor
tag: v${{package.version}}
expected-commit: 360e6f1251e9992be9fec52eb9cc8e70708ab610
- 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: v2