mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
14 lines
325 B
Ruby
14 lines
325 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_language_server_protocol < RUBY
|
|
description 'A Language Server Protocol SDK.'
|
|
homepage 'https://github.com/mtsmfm/language_server-protocol-ruby'
|
|
version "3.17.0.4-#{CREW_RUBY_VER}"
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|