Skip to content

Instantly share code, notes, and snippets.

@atr000
Created October 21, 2010 03:32
Show Gist options
  • Save atr000/637880 to your computer and use it in GitHub Desktop.
Save atr000/637880 to your computer and use it in GitHub Desktop.
require 'formula'
class Cpansearch <Formula
head 'http://github.com/c9s/cpansearch.git', :using => :git
homepage 'http://github.com/c9s/cpansearch'
# Don't take +x off these files
skip_clean 'bin'
# uses libcurl (system)
depends_on 'glib'
def install
system "make"
bin.install "cpans"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment