mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
* gem/pip updates Signed-off-by: Satadru Pramanik <satadru@gmail.com> * gems: Build Run on linux/amd64. * gems: Build Run on linux/386. * gems: Package File Update Run on linux/386 container. --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com>
17 lines
379 B
Ruby
17 lines
379 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_uri < RUBY
|
|
description 'Uri is a module providing classes to handle uniform resource identifiers.'
|
|
homepage 'https://github.com/ruby/uri'
|
|
version "1.0.3-#{CREW_RUBY_VER}"
|
|
license 'Ruby'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
depends_on 'ruby_stringio' # R
|
|
depends_on 'ruby_time' # R
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|