mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-31 15:02:17 +00:00
dwarfs-fuse-mac: revision bump
Also enable FUSE build, oops. Closes #118 Closes #190. Signed-off-by: Adrian Ho <215702+gromgit@users.noreply.github.com>
This commit is contained in:
parent
cc6597f897
commit
3b17f4034f
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ class DwarfsFuseMac < Formula
|
|||
url "https://github.com/mhx/dwarfs/releases/download/v0.14.1/dwarfs-0.14.1.tar.xz"
|
||||
sha256 "620cf27f2e142a5f8fc05552a70704c3bf4df23c3279c6026b3f37954d0529c5"
|
||||
license "GPL-3.0-or-later"
|
||||
revision 1
|
||||
|
||||
livecheck do
|
||||
url :stable
|
||||
|
|
@ -88,6 +89,7 @@ class DwarfsFuseMac < Formula
|
|||
ENV.prepend_path "HOMEBREW_LIBRARY_PATHS", Formula["llvm"].opt_lib/"c++"
|
||||
end
|
||||
|
||||
setup_fuse
|
||||
system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args
|
||||
system "cmake", "--build", "build", "--parallel"
|
||||
system "cmake", "--install", "build"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue