0f0d9fba5d
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
11 lines
246 B
Ruby
11 lines
246 B
Ruby
require 'formula'
|
|
|
|
class Logentries < Formula
|
|
homepage 'https://logentries.com/doc/agent/'
|
|
url 'https://github.com/logentries/le/tarball/v0.8.26'
|
|
sha1 '561ef87fcaf33699d5a5f74b2dcf935fe0093abf'
|
|
|
|
def install
|
|
bin.install 'le'
|
|
end
|
|
end
|