cloc: add 1.66 bottle.
This commit is contained in:
parent
f027ea7126
commit
36b7fbfddf
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class Cloc < Formula
|
|||
sha256 "6d8b5e9fac8934478a0fd815f60d814b93d4a12344c4820f5b47a55048b21d53"
|
||||
head "https://github.com/AlDanial/cloc.git"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "c140cd2b7244b48e45971130d69ffa3a250d7fda4885098b6a01a33fb3bc4ef1" => :el_capitan
|
||||
sha256 "4abbd7aec11e52eac56a1ab969a3825ff162f7d19598b94c02116dc01ad18e43" => :yosemite
|
||||
sha256 "994e73fb9afde00c2f3fde26a9421707bf73ce85de6d7021d4db2819307fbd48" => :mavericks
|
||||
end
|
||||
|
||||
def install
|
||||
system "make", "-C", "Unix", "prefix=#{prefix}", "install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue