2014-02-11 18:34:00 +00:00
|
|
|
require "formula"
|
|
|
|
|
|
|
|
class Tnote < Formula
|
|
|
|
homepage "http://tnote.sourceforge.net/"
|
2014-02-27 14:19:55 +00:00
|
|
|
url "https://downloads.sourceforge.net/project/tnote/tnote/tnote-0.2.1/tnote-0.2.1.tar.gz"
|
2014-02-11 18:34:00 +00:00
|
|
|
sha1 "8d5d3694b921191c7e91e8907ec6c6970ce29ec6"
|
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'tnote'
|
|
|
|
man1.install 'tnote.1.gz'
|
|
|
|
end
|
|
|
|
end
|