mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
* Add unbuilt updated pip packages to updates-2025-06-04-00-21 * Add unbuilt updated ruby gem packages to updates-2025-06-04-00-21 * Add built packages for linux/386 to updates-2025-06-04-00-21 * Add built packages for linux/amd64 to updates-2025-06-04-00-21 * Add built packages for linux/arm/v7 to updates-2025-06-04-00-21 --------- 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>
22 lines
718 B
Ruby
22 lines
718 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_bigdecimal < RUBY
|
|
description 'This library provides arbitrary-precision decimal floating-point number class.'
|
|
homepage 'https://github.com/ruby/bigdecimal'
|
|
version "3.2.1-#{CREW_RUBY_VER}"
|
|
license 'BSD-2-Clause'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
binary_compression 'gem'
|
|
|
|
binary_sha256({
|
|
aarch64: '552043f132121d9688f3a776cda583de54ddacce799c121cbd96e362ce1f9f5d',
|
|
armv7l: '552043f132121d9688f3a776cda583de54ddacce799c121cbd96e362ce1f9f5d',
|
|
i686: 'a216725e25a38a0eb03446137d0c660a912cc54b099d22f7fd706e4564b20413',
|
|
x86_64: '3d6a052a3a09e584d55fa12f4c9f4f71250ced05830fdccc430dbdf3cd5518dc'
|
|
})
|
|
|
|
conflicts_ok
|
|
gem_compile_needed
|
|
end
|