mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
15 lines
368 B
Ruby
15 lines
368 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.5-#{CREW_RUBY_VER}"
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
upstream_name 'language_server-protocol'
|
|
end
|