makeicns 1.4.9
Closes Homebrew/homebrew#11363. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
5df89ffb45
commit
79699409fe
1 changed files with 13 additions and 0 deletions
13
Formula/makeicns.rb
Normal file
13
Formula/makeicns.rb
Normal 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
|
Loading…
Reference in a new issue