Files
chromebrew/packages/ruby_mdl.rb
2024-02-10 22:24:18 +11:00

14 lines
295 B
Ruby

require 'buildsystems/ruby'
class Ruby_mdl < RUBY
description 'Style checker/lint tool for markdown files.'
homepage 'https://github.com/markdownlint/markdownlint'
version '0.13.0-ruby-3.3'
license 'MIT'
compatibility 'all'
source_url 'SKIP'
conflicts_ok
no_compile_needed
end