Skip to content

Instantly share code, notes, and snippets.

@BrianGilbert
Forked from paulredmond/pngout.rb
Last active March 11, 2016 17:35
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save BrianGilbert/6664465 to your computer and use it in GitHub Desktop.
Save BrianGilbert/6664465 to your computer and use it in GitHub Desktop.
PNGOut Homebrew Formula
require 'formula'
class Pngout < Formula
url 'http://static.jonof.id.au/dl/kenutils/pngout-20130221-darwin.tar.gz'
homepage 'http://www.jonof.id.au/kenutils'
sha256 '995cc1df35e68b723c8143ad82c058be763f9af4fc373894ec74de3e7f18d0dd'
version '20130221'
def install
prefix.install Dir['*']
File.symlink(prefix+'pngout', '/usr/local/bin/pngout')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment