2013-10-23 16:12:39 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class SpeedtestCli < Formula
|
|
|
|
homepage 'https://github.com/sivel/speedtest-cli'
|
2014-05-12 12:42:29 +00:00
|
|
|
url 'https://github.com/sivel/speedtest-cli/archive/v0.2.7.tar.gz'
|
|
|
|
sha1 'd4e48594aa9eb4ab5c00a93584c02af0371d3f79'
|
2013-10-23 16:12:39 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'speedtest_cli.py' => 'speedtest_cli'
|
|
|
|
end
|
|
|
|
end
|