aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rbenv-aliases.rb
blob: 1a19f3ebae8a006ec11680c1f32ba95b69699684 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require 'formula'

class RbenvAliases < Formula
  homepage 'https://github.com/tpope/rbenv-aliases'
  url 'https://github.com/tpope/rbenv-aliases/archive/v1.0.1.tar.gz'
  sha1 '7fcfe5ea3011c5f9e00ad41d85bebc2d19869b61'

  head 'https://github.com/tpope/rbenv-aliases.git'

  depends_on 'rbenv'

  def install
    prefix.install Dir['*']
  end
end