parent
0bd0a026f3
commit
945eff31d2
1 changed files with 15 additions and 0 deletions
15
Formula/memo.rb
Normal file
15
Formula/memo.rb
Normal file
|
@ -0,0 +1,15 @@
|
|||
class Memo < Formula
|
||||
url "http://www.getmemo.org/memo-1.5.tar.gz"
|
||||
homepage "http://www.getmemo.org"
|
||||
sha1 "3e047b09e91d695f1767d1dd6d179732c07a5759"
|
||||
|
||||
def install
|
||||
bin.mkpath
|
||||
system "make", "PREFIX=#{prefix}", "install"
|
||||
end
|
||||
|
||||
test do
|
||||
ENV["MEMO_PATH"] = testpath/"memos"
|
||||
system "#{bin}/memo", "-a", "Lorem ipsum dolor sit amet."
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue