direnv 2.0.0
Closes Homebrew/homebrew#20540. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
7a229a8278
commit
23953b3680
1 changed files with 4 additions and 2 deletions
|
@ -2,11 +2,13 @@ require 'formula'
|
|||
|
||||
class Direnv < Formula
|
||||
homepage 'http://www.direnv.net'
|
||||
url 'https://github.com/zimbatm/direnv/archive/v0.1.154.tar.gz'
|
||||
sha1 '86a87d7d3c193666ffde47b1fe52dfb2847786ff'
|
||||
url 'https://github.com/zimbatm/direnv/archive/v2.0.0.tar.gz'
|
||||
sha1 '0f55ebfba273c81398a787f50c9c37ec463534a6'
|
||||
|
||||
head 'https://github.com/zimbatm/direnv.git'
|
||||
|
||||
depends_on "go" => :build
|
||||
|
||||
def install
|
||||
system "make", "install", "DESTDIR=#{prefix}"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue