Skip to content

Commit

Permalink
v 1.0
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#22233.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
shmup authored and adamv committed Sep 15, 2013
1 parent 6cf7256 commit e9242e6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Formula/v.rb
@@ -0,0 +1,13 @@
require 'formula'

class V < Formula
homepage 'https://github.com/rupa/v'
head 'https://github.com/rupa/v.git'
url 'https://github.com/rupa/v/archive/v1.0.tar.gz'
sha1 '9e8ce44167a97c10ab41b8fc0e5ec1b2d1cbc4f3'

def install
bin.install 'v'
man1.install 'v.1'
end
end

0 comments on commit e9242e6

Please sign in to comment.