From 8e7a3ed84036e888668e8049de46373d4073994c Mon Sep 17 00:00:00 2001 From: Adrian Ho Date: Sat, 24 Apr 2021 12:59:33 +0800 Subject: [PATCH] encfs: fix license and spacing --- Formula/encfs.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Formula/encfs.rb b/Formula/encfs.rb index 6324174..77f4aa7 100644 --- a/Formula/encfs.rb +++ b/Formula/encfs.rb @@ -5,7 +5,9 @@ class Encfs < Formula homepage "https://vgough.github.io/encfs/" url "https://github.com/vgough/encfs/archive/v1.9.5.tar.gz" sha256 "4709f05395ccbad6c0a5b40a4619d60aafe3473b1a79bafb3aa700b1f756fd63" - license all_of: ["GPL-3.0-only", "LGPL-3.0-only", "MIT", "Zlib"] + # The code comprising the EncFS library (libencfs) is licensed under the LGPL. + # The main programs (encfs, encfsctl, etc) are licensed under the GPL. + license "GPL-3.0" head "https://github.com/vgough/encfs.git" bottle do @@ -20,9 +22,11 @@ class Encfs < Formula depends_on "pkg-config" => :build depends_on "gettext" depends_on "openssl@1.1" + on_macos do depends_on MacfuseRequirement end + on_linux do depends_on "libfuse" end