mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
* Add unbuilt updated ruby gem packages to updates-2025-04-26-00-19 * Add built packages for linux/386 to updates-2025-04-26-00-19 * Add built packages for linux/arm/v7 to updates-2025-04-26-00-19 * adjust hash Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> 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> Co-authored-by: satmandu <satmandu@users.noreply.github.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com>
22 lines
650 B
Ruby
22 lines
650 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_fiddle < RUBY
|
|
description 'A libffi wrapper for ruby.'
|
|
homepage 'https://github.com/ruby/fiddle'
|
|
version "1.1.8-#{CREW_RUBY_VER}"
|
|
license 'Ruby'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
binary_compression 'gem'
|
|
|
|
binary_sha256({
|
|
aarch64: '6c9742b3101b5f8222c3a27d969f92caa8d4875c4d77feb99051cb71dcbe3a44',
|
|
armv7l: '6c9742b3101b5f8222c3a27d969f92caa8d4875c4d77feb99051cb71dcbe3a44',
|
|
i686: '60ea5261f339048e9393cc1d8fac09c92303a55a3b0ef238482148a8e3e27b54',
|
|
x86_64: '0b9ee21db9d0d88443923337300e49609761e9aa9424d1098a2ebfc601faee9f'
|
|
})
|
|
|
|
conflicts_ok
|
|
gem_compile_needed
|
|
end
|