rmlint 2.6.1
Closes #14639. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
c2305c886f
commit
2b537c650a
1 changed files with 2 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
|||
class Rmlint < Formula
|
||||
desc "Extremely fast tool to remove dupes and other lint from your filesystem"
|
||||
homepage "https://github.com/sahib/rmlint"
|
||||
url "https://github.com/sahib/rmlint/archive/v2.6.0.tar.gz"
|
||||
sha256 "f6810bdca1eb09fabf51dc8d9c4ba9cad70b1072b9965c0343a1747bedfc9415"
|
||||
url "https://github.com/sahib/rmlint/archive/v2.6.1.tar.gz"
|
||||
sha256 "b4de3de2f197b5978113eb9d013ee9890efbdf01ba739416255ecc2567199b81"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -22,14 +22,6 @@ class Rmlint < Formula
|
|||
depends_on "json-glib" => :optional
|
||||
depends_on "libelf" => :optional
|
||||
|
||||
# Remove for > 2.6.0
|
||||
# Fix "fatal error: 'sys/sysmacros.h' file not found"
|
||||
# Upstream commit from 4 Jun 2017 "Use #if not #ifdef with HAVE_SYSMACROS_H"
|
||||
patch do
|
||||
url "https://github.com/sahib/rmlint/commit/cf7d50d6.patch"
|
||||
sha256 "b85b042c4b7e51869fb8695fd1ceb4363434a19598249084b393e87b269ee19e"
|
||||
end
|
||||
|
||||
def install
|
||||
scons "config"
|
||||
scons
|
||||
|
|
Loading…
Reference in a new issue