aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/muttprofile.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/muttprofile.rb b/Library/Formula/muttprofile.rb
new file mode 100644
index 000000000..41d3c98af
--- /dev/null
+++ b/Library/Formula/muttprofile.rb
@@ -0,0 +1,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