mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-08 09:11:37 +00:00
rofs-filtered-mac: update 1.7 bottle.
This commit is contained in:
parent
af534ae4a4
commit
c120f3861c
1 changed files with 29 additions and 0 deletions
29
Formula/rofs-filtered-mac.rb
Normal file
29
Formula/rofs-filtered-mac.rb
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
require_relative "../require/macfuse"
|
||||
|
||||
class RofsFilteredMac < Formula
|
||||
desc "Filtered read-only filesystem for FUSE"
|
||||
homepage "https://github.com/gburca/rofs-filtered/"
|
||||
url "https://github.com/gburca/rofs-filtered/archive/rel-1.7.tar.gz"
|
||||
sha256 "d66066dfd0274a2fb7b71dd929445377dd23100b9fa43e3888dbe3fc7e8228e8"
|
||||
license "GPL-2.0-or-later"
|
||||
|
||||
bottle do
|
||||
root_url "https://github.com/gromgit/homebrew-fuse/releases/download/rofs-filtered-mac-1.7"
|
||||
sha256 cellar: :any, big_sur: "cb7cbae756a0415b639c86a4d7998fd95bc66cde8be46f6cac08d8a158595f55"
|
||||
end
|
||||
|
||||
depends_on "cmake" => :build
|
||||
depends_on MacfuseRequirement
|
||||
depends_on :macos
|
||||
|
||||
def install
|
||||
mkdir "build" do
|
||||
system "cmake", "..", "-DCMAKE_INSTALL_SYSCONFDIR=#{etc}", *std_cmake_args
|
||||
system "make", "install"
|
||||
end
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/rofs-filtered", "--version"
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue