2013-10-23 16:12:39 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class SpeedtestCli < Formula
|
|
|
|
homepage 'https://github.com/sivel/speedtest-cli'
|
2014-02-18 14:35:23 +00:00
|
|
|
url 'https://github.com/sivel/speedtest-cli/archive/v0.2.5.tar.gz'
|
|
|
|
sha1 '429406730fcb82408c67fb0d78767e5553bd769e'
|
2013-10-23 16:12:39 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'speedtest_cli.py' => 'speedtest_cli'
|
|
|
|
end
|
|
|
|
end
|