Files
chromebrew/packages/ruby_rubocop.rb
github-actions[bot] ab4087959c AutoBuild: updates-2025-02-01-00-19 started at 2025-02-01-00UTC (#11225)
* Add unbuilt updated pip packages to updates-2025-02-01-00-19

* Add unbuilt updated ruby gem packages to updates-2025-02-01-00-19

* Add built packages for linux/386 to updates-2025-02-01-00-19

* Add built packages for linux/amd64 to updates-2025-02-01-00-19

* Add built packages for linux/arm/v7 to updates-2025-02-01-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>
2025-02-01 00:38:50 +00:00

21 lines
461 B
Ruby

# Adapted from Arch Linux ruby-rubocop PKGBUILD at:
# https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=ruby-rubocop
require 'buildsystems/ruby'
class Ruby_rubocop < RUBY
description 'A Ruby static code analyzer and formatter'
homepage 'https://rubocop.org'
version "1.71.1-#{CREW_RUBY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
depends_on 'libyaml'
depends_on 'xdg_base'
conflicts_ok
no_fhs
no_compile_needed
end