2012-06-18 15:24:14 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Logentries < Formula
|
|
|
|
homepage 'https://logentries.com/doc/agent/'
|
2014-04-19 15:01:06 +00:00
|
|
|
url 'https://github.com/logentries/le/archive/v1.3.0.tar.gz'
|
|
|
|
sha1 '3d32c8c6a8faf9346558974310787c0dd9c3f468'
|
2012-06-18 15:24:14 +00:00
|
|
|
|
2013-11-06 15:33:57 +00:00
|
|
|
conflicts_with 'le', :because => 'both install a le binary'
|
|
|
|
|
2012-06-18 15:24:14 +00:00
|
|
|
def install
|
|
|
|
bin.install 'le'
|
|
|
|
end
|
|
|
|
end
|