Files
chromebrew/packages/ruby_highline.rb
github-actions[bot] afaf96d2a0 AutoBuild: updates-2025-01-08-00-18 started at 2025-01-08-00UTC (#11101)
* Add unbuilt updated pip packages to updates-2025-01-08-00-18

* Add unbuilt updated ruby gem packages to updates-2025-01-08-00-18

* Add built packages for linux/386 to updates-2025-01-08-00-18

* Add built packages for linux/amd64 to updates-2025-01-08-00-18

* Add built packages for linux/arm/v7 to updates-2025-01-08-00-18

---------

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-08 09:03:41 +00:00

14 lines
299 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.2-#{CREW_RUBY_VER}"
license 'GPL'
compatibility 'all'
source_url 'SKIP'
conflicts_ok
no_compile_needed
end