envchain: fix components order.
parent
cbda36122c
commit
c92d546ebf
|
@ -5,12 +5,6 @@ class Envchain < Formula
|
|||
sha256 "09af1fe1cfba3719418f90d59c29c081e1f22b38249f0110305b657bd306e9ae"
|
||||
head "https://github.com/sorah/envchain.git"
|
||||
|
||||
on_linux do
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "libsecret"
|
||||
depends_on "readline"
|
||||
end
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "a8658954176e96b463565ea6b5c891b3635622c550ca32efb8ee2e3baec30062" => :catalina
|
||||
|
@ -22,6 +16,12 @@ class Envchain < Formula
|
|||
sha256 "97f5160a1a9ec028afbaf25416de61f976ef7d74031a55c0f265d158627d4afd" => :mavericks
|
||||
end
|
||||
|
||||
on_linux do
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "libsecret"
|
||||
depends_on "readline"
|
||||
end
|
||||
|
||||
def install
|
||||
system "make", "DESTDIR=#{prefix}", "install"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue