mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
* Add unbuilt ruby_ptools to updater-ruby_ptools-1.5.2-ruby3.4 * updater-ruby_ptools-1.5.2-ruby3.4: Package File Update Run on linux/386 container. * updater-ruby_ptools-1.5.2-ruby3.4: Package File Update Run on linux/amd64 container. * updater-ruby_ptools-1.5.2-ruby3.4: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
14 lines
377 B
Ruby
14 lines
377 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_ptools < RUBY
|
|
description 'The ptools (power tools) library is an additional set of commands for the File class based on Unix command line tools.'
|
|
homepage 'https://github.com/djberg96/ptools'
|
|
version "1.5.2-#{CREW_RUBY_VER}"
|
|
license 'Apache-2.0'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|