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-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>
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.5-#{CREW_RUBY_VER}"
|
|
license 'BSD-2-Clause'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
binary_compression 'gem'
|
|
|
|
binary_sha256({
|
|
aarch64: '223cad8f4162b150bb16f4627703d12073bf06130aee86b411caf53fd49e7915',
|
|
armv7l: '223cad8f4162b150bb16f4627703d12073bf06130aee86b411caf53fd49e7915',
|
|
i686: '7afdc14765255716eeedee7bc905e2b976904c1c30583ad02ac969fa37a57860',
|
|
x86_64: 'b3ca7558687bea73952ff41fcd8ae589adab49a98bcd0cf176fda2cf505ee1f7'
|
|
})
|
|
|
|
conflicts_ok
|
|
gem_compile_needed
|
|
no_source_build
|
|
end
|