aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/direnv.rb
diff options
context:
space:
mode:
authorJonas Pfenniger2011-12-31 22:34:25 +0100
committerJack Nagel2012-01-01 17:26:15 -0600
commit0e4dec281e509c57ef28df693b2522f8554a3df1 (patch)
tree85af10edd62e02048980fd873a528f53c97e0893 /Library/Formula/direnv.rb
parent2f65e3e2bb42d348f1becaf0fe84fb32bd51c33e (diff)
downloadhomebrew-0e4dec281e509c57ef28df693b2522f8554a3df1.tar.bz2
direnv v0.1.109
Closes #9352. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/direnv.rb')
-rw-r--r--Library/Formula/direnv.rb12
1 files changed, 4 insertions, 8 deletions
diff --git a/Library/Formula/direnv.rb b/Library/Formula/direnv.rb
index f12af6b44..031a20eb3 100644
--- a/Library/Formula/direnv.rb
+++ b/Library/Formula/direnv.rb
@@ -1,18 +1,14 @@
require 'formula'
class Direnv < Formula
- homepage 'https://github.com/zimbatm/direnv'
- url 'https://github.com/zimbatm/direnv/tarball/v0.1.81'
- md5 '9429548fbf48ec56ff1d11bf601ed649'
+ homepage 'http://www.direnv.net'
+ url 'https://github.com/zimbatm/direnv/tarball/v0.1.109'
+ md5 'a3ddab0323037533be3b942683188742'
head 'https://github.com/zimbatm/direnv.git'
def install
- # App and support files live in libexec
- libexec.install Dir['libexec/*']
- # Symlink into bin
- bin.mkpath
- ln_s libexec+'direnv', bin+'direnv'
+ system "make install DESTDIR=#{prefix}"
end
def caveats