f4fae93974
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
11 lines
253 B
Ruby
11 lines
253 B
Ruby
require 'formula'
|
|
|
|
class Logentries < Formula
|
|
homepage 'https://logentries.com/doc/agent/'
|
|
url 'https://github.com/logentries/le/archive/v1.2.11.tar.gz'
|
|
sha1 'f10a172a792799e4e75a93d55e2746631a845dab'
|
|
|
|
def install
|
|
bin.install 'le'
|
|
end
|
|
end
|