aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/muttprofile.rb
blob: 41d3c98af408489e547f5a3641a2f46996bb967c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require 'formula'

class Muttprofile <Formula
  url 'http://www.acoustics.hut.fi/~mara/mutt/muttprofile'
  homepage 'http://www.acoustics.hut.fi/~mara/mutt/muttprofile.html'
  md5 'b292d75ed65cd4776628808d715430f1'
  version '1.0.1'

  def install
    bin.install "muttprofile"
  end
end