Skip to content

Commit

Permalink
securefs 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed May 28, 2022
1 parent 99fd9c2 commit 0a18ed5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Formula/securefs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Securefs < Formula
desc "Filesystem with transparent authenticated encryption"
homepage "https://github.com/netheril96/securefs"
url "https://github.com/netheril96/securefs.git",
tag: "0.11.1",
revision: "dfeebf8406871d020848edde668234715356158c"
tag: "0.13.0",
revision: "1705d14b8fef5ebb826a74549d609c6ab6cb63f7"
license "MIT"
head "https://github.com/netheril96/securefs.git", branch: "master"

Expand All @@ -20,12 +20,13 @@ class Securefs < Formula
end

on_linux do
depends_on "libfuse"
depends_on "libfuse@2"
end

def install
system "cmake", ".", *std_cmake_args
system "make", "install"
system "cmake", "-S", ".", "-B", "build", *std_cmake_args
system "cmake", "--build", "build"
system "cmake", "--install", "build"
end

def caveats
Expand Down

0 comments on commit 0a18ed5

Please sign in to comment.