direnv v0.1.109
Closes Homebrew/homebrew#9352. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
931256a9d7
commit
e4f0177e1e
1 changed files with 4 additions and 8 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue