autoenv: bottle unneeded
This commit is contained in:
parent
2874faee5a
commit
1157cf9467
1 changed files with 2 additions and 1 deletions
|
@ -3,9 +3,10 @@ class Autoenv < Formula
|
|||
homepage "https://github.com/kennethreitz/autoenv"
|
||||
url "https://github.com/kennethreitz/autoenv/archive/v0.1.0.tar.gz"
|
||||
sha256 "5e0fb3af642ee54b050b9d04f7f32fef1c6db14a6a3b6c6d05796b5681aeec90"
|
||||
|
||||
head "https://github.com/kennethreitz/autoenv.git"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
def install
|
||||
prefix.install "activate.sh"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue