mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
Add ruby_solargraph and deps. (#12262)
* Add ruby_solargraph Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update packages.yaml Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Fix license. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * suggested changes Signed-off-by: Satadru Pramanik <satadru@gmail.com> * suggested changes Signed-off-by: Satadru Pramanik <satadru@gmail.com> * suggested changes Signed-off-by: Satadru Pramanik <satadru@gmail.com> * suggested changes Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
8a1a3d94ce
commit
bf4dff74f8
15
packages/ruby_nokogiri.rb
Normal file
15
packages/ruby_nokogiri.rb
Normal file
@@ -0,0 +1,15 @@
|
||||
require 'buildsystems/ruby'
|
||||
|
||||
class Ruby_nokogiri < RUBY
|
||||
description 'Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby.'
|
||||
homepage 'https://nokogiri.org'
|
||||
version "1.18.9-#{CREW_RUBY_VER}"
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
source_url 'SKIP'
|
||||
|
||||
depends_on 'ruby_racc' # R
|
||||
|
||||
conflicts_ok
|
||||
no_compile_needed
|
||||
end
|
||||
Reference in New Issue
Block a user