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

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

  conflicts_with 'le', :because => 'both install a le binary'

  def install
    bin.install 'le'
  end
end