Created
May 12, 2015 18:50
-
-
Save ultima51x/8f8cda80ea3a96083e46 to your computer and use it in GitHub Desktop.
pngout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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
how do i install this with brew?