aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/makeicns.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/makeicns.rb b/Library/Formula/makeicns.rb
new file mode 100644
index 000000000..4886fe0d2
--- /dev/null
+++ b/Library/Formula/makeicns.rb
@@ -0,0 +1,13 @@
+require 'formula'
+
+class Makeicns < Formula
+ homepage 'http://bitbucket.org/mkae/makeicns'
+ url 'https://bitbucket.org/mkae/makeicns/downloads/makeicns-1.4.9.tar.bz2'
+ md5 '795ec620f15bfcebb5246319c1a96eab'
+ head 'https://bitbucket.org/mkae/makeicns', :using => :hg
+
+ def install
+ system "make"
+ bin.install "makeicns"
+ end
+end