Asciidoctor is a fast, open source text processor and publishing toolchain for converting AsciiDoc content to HTML5, DocBook, PDF, and other formats.
This package is known to build and work properly using an LFS-11.0 platform.
Download (HTTP): https://github.com/asciidoctor/asciidoctor/archive/v2.0.16/asciidoctor-2.0.16.tar.gz
Download MD5 sum: 5fb5891fd8d653e65e950bb194f768bc
Download size: 1.6 MB
Estimated disk space required: 5.2 MB
Estimated build time: less than 0.1 SBU
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/asciidoctor
Build the Ruby gem:
gem build asciidoctor.gemspec
The test suite needs many Ruby gems beyond the scope of BLFS.
Now, as the root
user:
gem install asciidoctor-2.0.16.gem && install -vm644 man/asciidoctor.1 /usr/share/man/man1
Last updated on