yank: add 0.4.1 bottle.

This commit is contained in:
BrewTestBot 2015-10-21 06:19:13 +01:00 committed by Baptiste Fontaine
parent 50501aa569
commit f05a08aba7

View file

@ -4,6 +4,13 @@ class Yank < Formula
url "https://github.com/mptre/yank/archive/v0.4.1.tar.gz"
sha256 "cbd6b3c9d580fa619f3cba2c53b18d26674d587333976fe75b402f76ea01c4e5"
bottle do
cellar :any_skip_relocation
sha256 "310f46a6d042d720424fcb43e40cc71aaa2c4d10f9e221f8229fb68da20939f9" => :el_capitan
sha256 "2f820af12a2af1495f42b92f43f60fbfe25e77740d83f98fe5a3c182afb33a91" => :yosemite
sha256 "02b0f0c04a68d1875b39a8651520b23fa762705f24e2302b4bfa6f72603e93ad" => :mavericks
end
def install
system "make", "install", "PREFIX=#{prefix}", "YANKCMD=pbcopy"
end