-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Expand file tree
/
Copy pathbig-mean-folder-machine.rb
More file actions
27 lines (22 loc) · 822 Bytes
/
big-mean-folder-machine.rb
File metadata and controls
27 lines (22 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
cask "big-mean-folder-machine" do
version "2.43"
sha256 :no_check
url "https://www.publicspace.net/download/BMFM.dmg"
name "Big Mean Folder Machine"
desc "File/folder management utility"
homepage "https://www.publicspace.net/BigMeanFolderMachine/"
livecheck do
url "https://www.publicspace.net/app/bmfm#{version.major}.xml"
strategy :sparkle
end
auto_updates true
depends_on :macos
app "Big Mean Folder Machine #{version.major}.app"
zap trash: [
"~/Library/Application Support/Big Mean Folder Machine*",
"~/Library/HTTPStorages/net.publicspace.dist.bmfm*",
"~/Library/HTTPStorages/net.publicspace.dist.bmfm*.binarycookies",
"~/Library/Preferences/net.publicspace.dist.bmfm*.plist",
"~/Library/Saved Application State/net.publicspace.dist.bmfm*.savedState",
]
end