Skip to content

Commit

Permalink
Add asciidoctor-reducer
Browse files Browse the repository at this point in the history
  • Loading branch information
APAC\mjd5kor committed Oct 11, 2024
1 parent e6cd44d commit 5617f27
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions recipes/asciidoctor-reducer/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{% set name = "asciidoctor-reducer" %}
{% set version = "1.0.6" %}

package:
name: rb-{{ name|lower }}
version: {{ version }}

source:
url: https://rubygems.org/downloads/{{ name }}-{{ version }}.gem
sha256: 9c6a132414846aaeb4620dceb9687ed3f0e827135b3514c2fc46d8564f9a79b9

build:
noarch: generic
number: 0
script:
- gem install --norc -l -V --ignore-dependencies {{ name }}-{{ version }}.gem
- gem unpack {{ name }}-{{ version }}.gem

requirements:
host:
- ruby >=2.0
run:
- ruby >=2.0

test:
commands:
- asciidoctor-reducer -h

about:
home: https://rubygems.org/gems/{{ name }}
license: MIT
license_family: MIT
license_file: LICENSE
summary: A tool to generate a single AsciiDoc document by expanding all the include directives reachable from the parent document.

doc_url: http://www.rubydoc.info/gems/{{ name }}
dev_url: https://github.com/asciidoctor/{{ name }}

extra:
recipe-maintainers:
- ajaypnair09

0 comments on commit 5617f27

Please sign in to comment.