Files
chromebrew/packages/py3_dool.rb
Maximilian Downey Twiss 86aa9da7e5 Reduce dependency on python2 (#10214)
* Dropbox 48.4.58 -> 2024.04.17

* dstat 0.73 -> py3_dool 1.3.2

* Ecasound 1.0.21 -> 2.9.3

* Remove libaudiofile

* Remove epydoc

* Remove imagemagick6 and prepere to unify imagemagick7 into imagemagick
2024-08-02 12:07:04 -04:00

15 lines
361 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.2-py3.12'
license 'GPL3+'
compatibility 'all'
source_url 'SKIP'
depends_on 'python3'
no_compile_needed
end