aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/logentries.rb
blob: e06d0d670fa4956258cf313541c021e0f6636130 (plain)
1
2
3
4
5
6
7
8
9
10
11
require 'formula'

class Logentries < Formula
  homepage 'https://logentries.com/doc/agent/'
  url 'https://github.com/logentries/le/archive/v1.2.6.tar.gz'
  sha1 'e753f6c662d4e4fc544b8655e84d5adecfa48f97'

  def install
    bin.install 'le'
  end
end