Files
chromebrew/packages/py3_dool.rb
chromebrew-actions[bot] e6b2b407e2 updater-py3_dool-1.3.8 — py3_dool → 1.3.8 (#12692)
* Add unbuilt py3_dool to updater-py3_dool-1.3.8

* updater-py3_dool-1.3.8: Build Run on linux/amd64.

* updater-py3_dool-1.3.8: Build Run on linux/arm/v7.

* updater-py3_dool-1.3.8: Build Run on linux/386.

---------

Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
2025-09-05 00:50:12 +00:00

15 lines
369 B
Ruby

require 'buildsystems/pip'
class Py3_dool < Pip
description 'Dool is a command line tool to monitor many aspects of your system: CPU, Memory, Network, Load Average, etc.'
homepage 'https://github.com/scottchiefbaker/dool'
version "1.3.8-#{CREW_PY_VER}"
license 'GPL3+'
compatibility 'all'
source_url 'SKIP'
depends_on 'python3'
no_compile_needed
end