mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
* Add unbuilt updated pip packages to updates-2025-01-05-00-20 * Add unbuilt updated ruby gem packages to updates-2025-01-05-00-20 * Add built packages for linux/386 to updates-2025-01-05-00-20 * Add built packages for linux/amd64 to updates-2025-01-05-00-20 * Add built packages for linux/arm/v7 to updates-2025-01-05-00-20 --------- 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>
23 lines
701 B
Ruby
23 lines
701 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_strscan < RUBY
|
|
description 'Provides lexical scanning operations on a String.'
|
|
homepage 'https://github.com/ruby/strscan'
|
|
version "3.1.2-#{CREW_RUBY_VER}"
|
|
license 'BSD-2-Clause'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
binary_compression 'gem'
|
|
|
|
binary_sha256({
|
|
aarch64: '642a4d8c490555fe2fb4894f1d1689eaf611ee0577c3cfc4a33ba4ca9734aab9',
|
|
armv7l: '642a4d8c490555fe2fb4894f1d1689eaf611ee0577c3cfc4a33ba4ca9734aab9',
|
|
i686: '526e033dc45ff6e24c1db5a3083e6cdb3900822c996361e4d39672e39eb70098',
|
|
x86_64: '827a7b8abba2f99dcd3e48f3708af76e7a27a74b651fae50991ac91760d154d3'
|
|
})
|
|
|
|
conflicts_ok
|
|
gem_compile_needed
|
|
no_source_build
|
|
end
|