Skip to content

Commit

Permalink
squashfuse 0.1.105
Browse files Browse the repository at this point in the history
* squashfuse 0.1.105
* squashfuse: use autogen.sh
* squashfuse: use std_configure_args

Closes #130364.

Co-authored-by: Sean Molenaar <[email protected]>
Signed-off-by: BrewTestBot <[email protected]>
  • Loading branch information
2 people authored and BrewTestBot committed May 7, 2023
1 parent b4835bc commit 257240f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Formula/squashfuse.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
class Squashfuse < Formula
desc "FUSE filesystem to mount squashfs archives"
homepage "https://github.com/vasi/squashfuse"
url "https://github.com/vasi/squashfuse/releases/download/0.1.104/squashfuse-0.1.104.tar.gz"
sha256 "aa52460559e0d0b1753f6b1af5c68cfb777ca5a13913285e93f4f9b7aa894b3a"
url "https://github.com/vasi/squashfuse/archive/refs/tags/0.1.105.tar.gz"
sha256 "3f776892ab2044ecca417be348e482fee2839db75e35d165b53737cb8153ab1e"
license "BSD-2-Clause"

bottle do
sha256 cellar: :any_skip_relocation, x86_64_linux: "b55b7786381a508c76bfe3d278e2a669d28755ec59d458a728fd12b760802d2a"
end

depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
depends_on "pkg-config" => :build
depends_on "libfuse"
depends_on :linux # on macOS, requires closed-source macFUSE
Expand All @@ -19,9 +22,8 @@ class Squashfuse < Formula
depends_on "zstd"

def install
system "./configure", "--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}"
system "./autogen.sh"
system "./configure", *std_configure_args
system "make", "install"
end

Expand Down

0 comments on commit 257240f

Please sign in to comment.