aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/speedtest_cli.rb
blob: 5f7cad27d5fb411e1482d87a6f0807b46d51ae8d (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.5.tar.gz'
  sha1 '429406730fcb82408c67fb0d78767e5553bd769e'

  def install
    bin.install 'speedtest_cli.py' => 'speedtest_cli'
  end
end