direnv v0.1.109

Closes Homebrew/homebrew#9352.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jonas Pfenniger 2011-12-31 22:34:25 +01:00 committed by Jack Nagel
parent 931256a9d7
commit e4f0177e1e
1 changed files with 4 additions and 8 deletions

View File

@ -1,18 +1,14 @@
require 'formula' require 'formula'
class Direnv < Formula class Direnv < Formula
homepage 'https://github.com/zimbatm/direnv' homepage 'http://www.direnv.net'
url 'https://github.com/zimbatm/direnv/tarball/v0.1.81' url 'https://github.com/zimbatm/direnv/tarball/v0.1.109'
md5 '9429548fbf48ec56ff1d11bf601ed649' md5 'a3ddab0323037533be3b942683188742'
head 'https://github.com/zimbatm/direnv.git' head 'https://github.com/zimbatm/direnv.git'
def install def install
# App and support files live in libexec system "make install DESTDIR=#{prefix}"
libexec.install Dir['libexec/*']
# Symlink into bin
bin.mkpath
ln_s libexec+'direnv', bin+'direnv'
end end
def caveats def caveats