memo: head added
Closes Homebrew/homebrew#36891. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
8a025e158d
commit
5aad9e5921
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,9 @@
|
|||
class Memo < Formula
|
||||
homepage "http://www.getmemo.org"
|
||||
url "http://www.getmemo.org/memo-1.5.tar.gz"
|
||||
sha1 "3e047b09e91d695f1767d1dd6d179732c07a5759"
|
||||
head "https://github.com/nrosvall/memo.git"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "824504a78e8f84ee824e62b35172bb15ad8d7d4d" => :yosemite
|
||||
|
@ -7,9 +11,6 @@ class Memo < Formula
|
|||
sha1 "cc76689fd90ea7bc8d2741439fbb4ae4e7243aa2" => :mountain_lion
|
||||
end
|
||||
|
||||
homepage "http://www.getmemo.org"
|
||||
sha1 "3e047b09e91d695f1767d1dd6d179732c07a5759"
|
||||
|
||||
def install
|
||||
bin.mkpath
|
||||
system "make", "PREFIX=#{prefix}", "install"
|
||||
|
|
Loading…
Reference in a new issue