mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
* Add unbuilt ruby_regexp_parser to updater-ruby_regexp_parser-2.11.3 * updater-ruby_regexp_parser-2.11.3: Build Run on linux/amd64. * updater-ruby_regexp_parser-2.11.3: Build Run on linux/386. * updater-ruby_regexp_parser-2.11.3: Build Run on linux/arm/v7. --------- Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
14 lines
335 B
Ruby
14 lines
335 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_regexp_parser < RUBY
|
|
description 'A library for tokenizing, lexing, and parsing Ruby regular expressions.'
|
|
homepage 'https://github.com/ammar/regexp_parser'
|
|
version "2.11.3-#{CREW_RUBY_VER}"
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|