mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
* 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
15 lines
361 B
Ruby
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
|