homebrew-core/Formula/makeicns.rb
nibbles 2bits deba95a866 makeicns 1.4.10a
- Upgrade to 1.4.10a. It's been the current release since March.

Closes Homebrew/homebrew#14798.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-07 22:00:40 -07:00

13 lines
351 B
Ruby

require 'formula'
class Makeicns < Formula
homepage 'http://bitbucket.org/mkae/makeicns'
url 'https://bitbucket.org/mkae/makeicns/downloads/makeicns-1.4.10a.tar.bz2'
sha1 '2a3b1229781516c8cc36089bf09729d5c17ac17c'
head 'https://bitbucket.org/mkae/makeicns', :using => :hg
def install
system "make"
bin.install "makeicns"
end
end