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['*'] |
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
| hg clone https://bitbucket.org/ZyX_I/vim | |
| cd vim | |
| hg update 24-bit-xterm | |
| cd src && make autoconf && cd .. | |
| ./configure \ | |
| --enable-gui=no \ | |
| --without-x \ | |
| --enable-multibyte \ | |
| --with-tlib=ncurses \ |
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
| curl -s https://api.github.com/orgs/twitter/repos?per_page=200 | ruby -rubygems -e 'require "json"; JSON.load(STDIN.read).each { |repo| %x[git clone #{repo["ssh_url"]} ]}' |