blob: 6a3a3da6a9dd4efa79c62702136aa3265596f95b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require 'formula'
class SpeedtestCli < Formula
homepage 'https://github.com/sivel/speedtest-cli'
url 'https://github.com/sivel/speedtest-cli/archive/v0.2.7.tar.gz'
sha1 'd4e48594aa9eb4ab5c00a93584c02af0371d3f79'
def install
bin.install 'speedtest_cli.py' => 'speedtest_cli'
end
end
|