mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
14 lines
291 B
Ruby
14 lines
291 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_highline < RUBY
|
|
description 'A higher level command-line oriented interface.'
|
|
homepage 'https://github.com/JEG2/highline'
|
|
version '3.1.1-ruby-3.3'
|
|
license 'GPL'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|