mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-06 22:24:12 -05:00
15 lines
347 B
Ruby
15 lines
347 B
Ruby
require 'package'
|
|
Package.load_package("#{__dir__}/ruby_asciidoctor.rb")
|
|
|
|
class Asciidoctor < Package
|
|
description Ruby_asciidoctor.description
|
|
homepage Ruby_asciidoctor.homepage
|
|
version Ruby_asciidoctor.version
|
|
license Ruby_asciidoctor.license
|
|
compatibility Ruby_asciidoctor.compatibility
|
|
|
|
is_fake
|
|
|
|
depends_on 'ruby_asciidoctor'
|
|
end
|