aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tnote.rb
blob: 9a751c3075f44123e92af4a447bce00db8131658 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require "formula"

class Tnote < Formula
  homepage "http://tnote.sourceforge.net/"
  url "https://downloads.sourceforge.net/project/tnote/tnote/tnote-0.2.1/tnote-0.2.1.tar.gz"
  sha1 "8d5d3694b921191c7e91e8907ec6c6970ce29ec6"

  def install
    bin.install 'tnote'
    man1.install 'tnote.1.gz'
  end
end