mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
* update util_linux Signed-off-by: Satadru Pramanik <satadru@gmail.com> * rebuild libxml2 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * rebuild xzutils Signed-off-by: Satadru Pramanik <satadru@gmail.com> * update imagemagick7 Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com>
13 lines
319 B
Ruby
13 lines
319 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_asciidoctor < RUBY
|
|
description 'A fast text processor & publishing toolchain for converting AsciiDoc to HTML5, DocBook & more.'
|
|
homepage 'https://asciidoctor.org/'
|
|
version '2.0.23-ruby-3.3'
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
no_compile_needed
|
|
end
|