2012-06-18 15:24:14 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Logentries < Formula
|
|
|
|
homepage 'https://logentries.com/doc/agent/'
|
2013-03-29 16:14:44 +00:00
|
|
|
url 'https://github.com/logentries/le/archive/v1.2.6.tar.gz'
|
|
|
|
sha1 'e753f6c662d4e4fc544b8655e84d5adecfa48f97'
|
2012-06-18 15:24:14 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'le'
|
|
|
|
end
|
|
|
|
end
|