From 171f42db0bf20ef8426f77e18fd341f47a0a4271 Mon Sep 17 00:00:00 2001 From: Thomas Strathmann Date: Wed, 28 Mar 2012 18:31:02 +0200 Subject: makeicns 1.4.9 Closes #11363. Signed-off-by: Adam Vandenberg --- Library/Formula/makeicns.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/makeicns.rb (limited to 'Library/Formula') 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 -- cgit v1.2.3