2012-06-18 15:24:14 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Logentries < Formula
|
|
|
|
homepage 'https://logentries.com/doc/agent/'
|
2013-08-17 02:23:59 +00:00
|
|
|
url 'https://github.com/logentries/le/archive/v1.2.14.tar.gz'
|
|
|
|
sha1 'd0b8073c7d5cae990b186bacf1bb2e2d39c544a5'
|
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
|