forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasciidoctor.yaml
47 lines (42 loc) · 1000 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
46
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: v2