mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
* Add unbuilt updated pip packages to updates-2025-05-24-15-08 * Add unbuilt updated ruby gem packages to updates-2025-05-24-15-08 * Modify pip buildsystem & add more debugging. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add built packages for linux/386 to updates-2025-05-24-15-08 * Add built packages for linux/amd64 to updates-2025-05-24-15-08 * Add built packages for linux/arm/v7 to updates-2025-05-24-15-08 --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com>
16 lines
326 B
Ruby
16 lines
326 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_drb < RUBY
|
|
description 'Distributed object system for ruby.'
|
|
homepage 'https://github.com/ruby/drb'
|
|
version "2.2.3-#{CREW_RUBY_VER}"
|
|
license 'BSD-2-Clause'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
depends_on 'ruby_ruby2_keywords' # R
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|