cpansearch
Ncurses enabled cpan search tool. Via atr000.
This commit is contained in:
parent
f5430d95f4
commit
d55f3c534e
1 changed files with 19 additions and 0 deletions
19
Formula/cpansearch.rb
Normal file
19
Formula/cpansearch.rb
Normal file
|
@ -0,0 +1,19 @@
|
|||
require 'formula'
|
||||
|
||||
class Cpansearch <Formula
|
||||
head 'http://github.com/c9s/cpansearch.git', :using => :git
|
||||
homepage 'http://github.com/c9s/cpansearch'
|
||||
|
||||
depends_on 'glib'
|
||||
|
||||
def install
|
||||
system "make"
|
||||
bin.install "cpans"
|
||||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
For usage instructions:
|
||||
$ more #{prefix}/README.md
|
||||
EOS
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue