2013-06-07 15:57:42 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class RbenvAliases < Formula
|
2013-08-02 08:19:06 +00:00
|
|
|
homepage 'https://github.com/tpope/rbenv-aliases'
|
|
|
|
url 'https://github.com/tpope/rbenv-aliases/archive/v1.0.1.tar.gz'
|
|
|
|
sha1 '7fcfe5ea3011c5f9e00ad41d85bebc2d19869b61'
|
2013-06-07 15:57:42 +00:00
|
|
|
|
2013-08-02 08:19:06 +00:00
|
|
|
head 'https://github.com/tpope/rbenv-aliases.git'
|
2013-06-07 15:57:42 +00:00
|
|
|
|
|
|
|
depends_on 'rbenv'
|
|
|
|
|
|
|
|
def install
|
|
|
|
prefix.install Dir['*']
|
|
|
|
end
|
|
|
|
end
|