makeicns 1.4.9

Closes Homebrew/homebrew#11363.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Thomas Strathmann 2012-03-28 18:31:02 +02:00 committed by Adam Vandenberg
parent 5df89ffb45
commit 79699409fe

13
Formula/makeicns.rb Normal file
View file

@ -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