mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-31 15:02:17 +00:00
archivemount: update build
Closes #89. Signed-off-by: Adrian Ho <215702+gromgit@users.noreply.github.com>
This commit is contained in:
parent
5537e40d82
commit
83fb1ea6c4
1 changed files with 4 additions and 9 deletions
|
|
@ -2,8 +2,8 @@ require_relative "../require/macfuse"
|
|||
|
||||
class ArchivemountMac < Formula
|
||||
desc "File system for accessing archives using libarchive"
|
||||
homepage "https://www.cybernoia.de/software/archivemount.html"
|
||||
url "https://www.cybernoia.de/software/archivemount/archivemount-0.9.1.tar.gz"
|
||||
homepage "https://github.com/cybernoid/archivemount"
|
||||
url "https://slackware.uk/~urchlay/src/archivemount-0.9.1.tar.gz"
|
||||
sha256 "c529b981cacb19541b48ddafdafb2ede47a40fcaf16c677c1e2cd198b159c5b3"
|
||||
|
||||
livecheck do
|
||||
|
|
@ -20,19 +20,14 @@ class ArchivemountMac < Formula
|
|||
sha256 cellar: :any, mojave: "42170c737f1fd151a4e36276c6929fe49aa69137886238ec38f04a84c123f26b"
|
||||
end
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "pkgconf" => :build
|
||||
depends_on "libarchive"
|
||||
depends_on MacfuseRequirement
|
||||
depends_on :macos
|
||||
|
||||
def install
|
||||
setup_fuse
|
||||
ENV.append_to_cflags "-I/usr/local/include/osxfuse"
|
||||
system "./configure", "--disable-debug",
|
||||
"--disable-dependency-tracking",
|
||||
"--disable-silent-rules",
|
||||
"--prefix=#{prefix}"
|
||||
|
||||
system "./configure", "--disable-silent-rules", *std_configure_args
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue