envchain: fix components order.

master
Mike McQuaid 2020-06-30 09:16:40 +01:00
parent cbda36122c
commit c92d546ebf
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 6 additions and 6 deletions

View File

@ -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