mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-14 01:48:03 -05:00
* Add unbuilt updated pip packages to updates-2025-03-19-00-19 * Add unbuilt updated ruby gem packages to updates-2025-03-19-00-19 * Add built packages for linux/386 to updates-2025-03-19-00-19 * Add built packages for linux/amd64 to updates-2025-03-19-00-19 * Add built packages for linux/arm/v7 to updates-2025-03-19-00-19 --------- 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
673 B
Ruby
22 lines
673 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_prism < RUBY
|
|
description 'Prism is a parser for the Ruby programming language.'
|
|
homepage 'https://github.com/ruby/prism'
|
|
version "1.4.0-#{CREW_RUBY_VER}"
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
binary_compression 'gem'
|
|
|
|
binary_sha256({
|
|
aarch64: '48909ecefd938e8edf1a30b943c084889c8d7b400362306097086f80a3611cfb',
|
|
armv7l: '48909ecefd938e8edf1a30b943c084889c8d7b400362306097086f80a3611cfb',
|
|
i686: '5bc72b925fc80b02119b38b6a59958a5de2d947bd2b34901ec67893168721016',
|
|
x86_64: 'c9d4145ad001d4809e24cdf063ddd8c7071ac0cd8e070c3c7a7ba0bfbe6aef84'
|
|
})
|
|
|
|
conflicts_ok
|
|
gem_compile_needed
|
|
end
|