mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
* Add unbuilt ruby_english to updater-ruby_english-0.8.1 * updater-ruby_english-0.8.1: Package File Update Run on linux/386 container. * updater-ruby_english-0.8.1: Package File Update Run on linux/amd64 container. * updater-ruby_english-0.8.1: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
14 lines
268 B
Ruby
14 lines
268 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_english < RUBY
|
|
description "Require 'english."
|
|
homepage 'https://github.com/ruby/English'
|
|
version "0.8.1-#{CREW_RUBY_VER}"
|
|
license 'Ruby'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|