aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/logentries.rb
blob: 188d0569b9ed40ee26873a43a102666ff58ce6a1 (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/tarball/v0.8.26'
  sha1 '561ef87fcaf33699d5a5f74b2dcf935fe0093abf'

  def install
    bin.install 'le'
  end
end