adding vcprompt formula
This commit is contained in:
parent
13bf84e08f
commit
8b5b16d5a8
1 changed files with 14 additions and 0 deletions
14
Formula/vcprompt.rb
Normal file
14
Formula/vcprompt.rb
Normal file
|
@ -0,0 +1,14 @@
|
|||
require 'formula'
|
||||
|
||||
class Vcprompt < Formula
|
||||
|
||||
head 'git://github.com/simple/vcprompt.git'
|
||||
homepage 'http://vc.gerg.ca/hg/vcprompt/'
|
||||
|
||||
def install
|
||||
system "make"
|
||||
# Install manually; 'make install' doesn't work.
|
||||
bin.install "vcprompt"
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in a new issue