aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/muttprofile.rb
blob: d9272ab29076dbea84fe748ab1d07fee3cd9e028 (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