mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-31 15:02:17 +00:00
brew style mandated fixes
This commit is contained in:
parent
d5e4d7d89f
commit
5f8d764deb
16 changed files with 29 additions and 33 deletions
|
|
@ -3,7 +3,7 @@ require_relative "../require/macfuse"
|
|||
class BtfsMac < Formula
|
||||
desc "BitTorrent filesystem based on FUSE"
|
||||
homepage "https://github.com/johang/btfs"
|
||||
url "https://github.com/johang/btfs/archive/v2.24.tar.gz"
|
||||
url "https://github.com/johang/btfs/archive/refs/tags/v2.24.tar.gz"
|
||||
sha256 "d71ddefe3c572e05362542a0d9fd0240d8d4e1578ace55a8b3245176e7fd8935"
|
||||
license "GPL-3.0-only"
|
||||
head "https://github.com/johang/btfs.git"
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ class CryfsMac < Formula
|
|||
sha256 "18f68e0defdcb7985f4add17cc199b6653d5f2abc6c4d237a0d48ae91a6c81c0"
|
||||
license "LGPL-3.0-only"
|
||||
|
||||
head "https://github.com/cryfs/cryfs.git", branch: "develop", shallow: false
|
||||
|
||||
bottle do
|
||||
root_url "https://github.com/gromgit/homebrew-fuse/releases/download/cryfs-mac-0.11.3"
|
||||
sha256 cellar: :any, arm64_monterey: "225fae9b8f7deff22021f8246b0c5cfcb7ed2148a203db913129f51fd2127e70"
|
||||
|
|
@ -15,10 +17,6 @@ class CryfsMac < Formula
|
|||
sha256 cellar: :any, catalina: "2bb057bb09d92948c76f563fa2347b0260b2c00872655b30dc83b4a54ca4bd74"
|
||||
end
|
||||
|
||||
head do
|
||||
url "https://github.com/cryfs/cryfs.git", branch: "develop", shallow: false
|
||||
end
|
||||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "conan" => :build
|
||||
depends_on "ninja" => :build
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ require_relative "../require/macfuse"
|
|||
class DislockerMac < Formula
|
||||
desc "FUSE driver to read/write Windows' BitLocker-ed volumes"
|
||||
homepage "https://github.com/Aorimn/dislocker"
|
||||
url "https://github.com/Aorimn/dislocker/archive/v0.7.3.tar.gz"
|
||||
url "https://github.com/Aorimn/dislocker/archive/refs/tags/v0.7.3.tar.gz"
|
||||
sha256 "8d5275577c44f2bd87f6e05dd61971a71c0e56a9cbedf000bd38deadd8b6c1e6"
|
||||
license "GPL-2.0-or-later"
|
||||
revision 1
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ require_relative "../require/macfuse"
|
|||
class EncfsMac < Formula
|
||||
desc "Encrypted pass-through FUSE file system"
|
||||
homepage "https://vgough.github.io/encfs/"
|
||||
url "https://github.com/vgough/encfs/archive/v1.9.5.tar.gz"
|
||||
url "https://github.com/vgough/encfs/archive/refs/tags/v1.9.5.tar.gz"
|
||||
sha256 "4709f05395ccbad6c0a5b40a4619d60aafe3473b1a79bafb3aa700b1f756fd63"
|
||||
# The code comprising the EncFS library (libencfs) is licensed under the LGPL.
|
||||
# The main programs (encfs, encfsctl, etc) are licensed under the GPL.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ require_relative "../require/macfuse"
|
|||
class Ext4fuseMac < Formula
|
||||
desc "Read-only implementation of ext4 for FUSE"
|
||||
homepage "https://github.com/gerard/ext4fuse"
|
||||
url "https://github.com/gerard/ext4fuse/archive/v0.1.3.tar.gz"
|
||||
url "https://github.com/gerard/ext4fuse/archive/refs/tags/v0.1.3.tar.gz"
|
||||
sha256 "550f1e152c4de7d4ea517ee1c708f57bfebb0856281c508511419db45aa3ca9f"
|
||||
license "GPL-2.0-only"
|
||||
head "https://github.com/gerard/ext4fuse.git"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ require_relative "../require/macfuse"
|
|||
class GcsfuseMac < Formula
|
||||
desc "User-space file system for interacting with Google Cloud"
|
||||
homepage "https://github.com/googlecloudplatform/gcsfuse"
|
||||
url "https://github.com/GoogleCloudPlatform/gcsfuse/archive/v0.42.5.tar.gz"
|
||||
url "https://github.com/GoogleCloudPlatform/gcsfuse/archive/refs/tags/v0.42.5.tar.gz"
|
||||
sha256 "272ad522ebbbfe3da87ee00aeff5fe347d25a4a49499c254e482a59bbed5c692"
|
||||
license "Apache-2.0"
|
||||
head "https://github.com/GoogleCloudPlatform/gcsfuse.git"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ class GitfsMac < Formula
|
|||
|
||||
desc "Version controlled file system"
|
||||
homepage "https://www.presslabs.com/gitfs"
|
||||
url "https://github.com/presslabs/gitfs/archive/0.5.2.tar.gz"
|
||||
url "https://github.com/presslabs/gitfs/archive/refs/tags/0.5.2.tar.gz"
|
||||
sha256 "921e24311e3b8ea3a5448d698a11a747618ee8dd62d5d43a85801de0b111cbf3"
|
||||
license "Apache-2.0"
|
||||
revision 1
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ require_relative "../require/macfuse"
|
|||
class IfuseMac < Formula
|
||||
desc "FUSE module for iOS devices"
|
||||
homepage "https://www.libimobiledevice.org/"
|
||||
url "https://github.com/libimobiledevice/ifuse/archive/1.1.4.tar.gz"
|
||||
url "https://github.com/libimobiledevice/ifuse/archive/refs/tags/1.1.4.tar.gz"
|
||||
sha256 "2a00769e8f1d8bad50898b9d00baf12c8ae1cda2d19ff49eaa9bf580e5dbe78c"
|
||||
license "LGPL-2.1-or-later"
|
||||
head "https://cgit.sukimashita.com/ifuse.git"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ require_relative "../require/macfuse"
|
|||
class RcloneMac < Formula
|
||||
desc "Rsync for cloud storage (with macOS FUSE mount support)"
|
||||
homepage "https://rclone.org/"
|
||||
url "https://github.com/rclone/rclone/archive/v1.62.2.tar.gz"
|
||||
url "https://github.com/rclone/rclone/archive/refs/tags/v1.62.2.tar.gz"
|
||||
sha256 "6741c81ae5b5cb48a04055f280f6e220ed4b35d26fe43f59510d0f7740044748"
|
||||
license "MIT"
|
||||
head "https://github.com/rclone/rclone.git"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ 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"
|
||||
url "https://github.com/gburca/rofs-filtered/archive/refs/tags/rel-1.7.tar.gz"
|
||||
sha256 "d66066dfd0274a2fb7b71dd929445377dd23100b9fa43e3888dbe3fc7e8228e8"
|
||||
license "GPL-2.0-or-later"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ require_relative "../require/macfuse"
|
|||
class S3fsMac < Formula
|
||||
desc "FUSE-based file system backed by Amazon S3"
|
||||
homepage "https://github.com/s3fs-fuse/s3fs-fuse/wiki"
|
||||
url "https://github.com/s3fs-fuse/s3fs-fuse/archive/v1.92.tar.gz"
|
||||
url "https://github.com/s3fs-fuse/s3fs-fuse/archive/refs/tags/v1.92.tar.gz"
|
||||
sha256 "76ebea3c0784c5c0f6b84e009d555806aff86258886ced39eee316bf02ae8750"
|
||||
license "GPL-2.0-or-later"
|
||||
head "https://github.com/s3fs-fuse/s3fs-fuse.git"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ require_relative "../require/macfuse"
|
|||
class SimpleMtpfsMac < Formula
|
||||
desc "Simple MTP fuse filesystem driver"
|
||||
homepage "https://github.com/phatina/simple-mtpfs"
|
||||
url "https://github.com/phatina/simple-mtpfs/archive/v0.4.0.tar.gz"
|
||||
url "https://github.com/phatina/simple-mtpfs/archive/refs/tags/v0.4.0.tar.gz"
|
||||
sha256 "1d011df3fa09ad0a5c09d48d84c03e6cddf86390af9eb4e0c178193f32f0e2fc"
|
||||
license "GPL-2.0-or-later"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ require_relative "../require/macfuse"
|
|||
class TupMac < Formula
|
||||
desc "File-based build system"
|
||||
homepage "http://gittup.org/tup/"
|
||||
url "https://github.com/gittup/tup/archive/v0.7.11.tar.gz"
|
||||
url "https://github.com/gittup/tup/archive/refs/tags/v0.7.11.tar.gz"
|
||||
sha256 "be24dff5f1f32cc85c73398487a756b4a393adab5e4d8500fd5164909d3e85b9"
|
||||
license "GPL-2.0-only"
|
||||
head "https://github.com/gittup/tup.git"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue