Skip to content

Instantly share code, notes, and snippets.

@deepredsky
Forked from paulredmond/pngout.rb
Last active August 27, 2016 11:06
Show Gist options
  • Save deepredsky/dc08241937bf406171c6414c7f3aaf4b to your computer and use it in GitHub Desktop.
Save deepredsky/dc08241937bf406171c6414c7f3aaf4b 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-20110722-darwin.tar.gz'
homepage 'http://www.jonof.id.au/kenutils'
sha256 '45f27bb4a76f1ed1d93734d5fe2a601ef9d21eafbe7ad230fa60c00315b09167'
version '20110722'
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