aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rbenv-aliases.rb
blob: 2a945524ca9dd03f50324c16a8357ac286f667ab (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/nebhale/rbenv-aliases'
  url 'https://github.com/nebhale/rbenv-aliases/archive/v1.0.0.tar.gz'
  sha1 'c0a4b1a4f0b1931b39e3cc3969e5d37ad4dec1f9'

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

  depends_on 'rbenv'

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