-
-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9b2899
commit a9c9dc6
Showing
14 changed files
with
177 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"token": "live-home-3d", | ||
"full_token": "live-home-3d", | ||
"tap": "homebrew/cask", | ||
"name": [ | ||
"Live Home 3D" | ||
], | ||
"desc": "Home & floorplan designer & renderer", | ||
"homepage": "https://www.livehome3d.com/mac/live-home-3d", | ||
"url": "https://s3.amazonaws.com/belightsoft/LiveHome3DStd.dmg", | ||
"appcast": null, | ||
"version": "4.1.3", | ||
"versions": { | ||
}, | ||
"installed": null, | ||
"outdated": false, | ||
"sha256": "no_check", | ||
"artifacts": [ | ||
[ | ||
"Live Home 3D.app" | ||
], | ||
{ | ||
"trash": [ | ||
"~/Library/Application Scripts/com.belightsoft.LiveHome3D.ThumbnailProvider", | ||
"~/Library/Application Support/Live Home 3D", | ||
"~/Library/Caches/com.belightsoft.LiveHome3D", | ||
"~/Library/Containers/com.belightsoft.LiveHome3D.ThumbnailProvider", | ||
"~/Library/Preferences/com.belightsoft.LiveHome3D.plist", | ||
"~/Library/Saved Application State/com.belightsoft.LiveHome3D.savedState" | ||
], | ||
"signal": { | ||
} | ||
} | ||
], | ||
"caveats": null, | ||
"depends_on": { | ||
}, | ||
"conflicts_with": null, | ||
"container": null, | ||
"auto_updates": null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"token": "sonic3air", | ||
"full_token": "sonic3air", | ||
"tap": "homebrew/cask", | ||
"name": [ | ||
"Sonic 3 A.I.R." | ||
], | ||
"desc": "Reimplementation of Sonic 3 & Knuckles (requires original game)", | ||
"homepage": "https://sonic3air.org/", | ||
"url": "https://projects.sappharad.com/s3air_mac/sonic3air_mac_210928.dmg", | ||
"appcast": null, | ||
"version": "21.09.28.0", | ||
"versions": { | ||
}, | ||
"installed": null, | ||
"outdated": false, | ||
"sha256": "689c7de10c6a6f4c795902e470e63f3e49017970387d34ca932a66b33e1ee79c", | ||
"artifacts": [ | ||
[ | ||
"Sonic 3 AIR.app" | ||
], | ||
[ | ||
"Manual.pdf", | ||
{ | ||
"target": "$HOME/Library/Application Support/sonic3air/Manual.pdf" | ||
} | ||
], | ||
[ | ||
"doc", | ||
{ | ||
"target": "$HOME/Library/Application Support/sonic3air/doc" | ||
} | ||
], | ||
[ | ||
"bonus", | ||
{ | ||
"target": "$HOME/Library/Application Support/sonic3air/bonus" | ||
} | ||
], | ||
{ | ||
"trash": "~/Library/Application Support/sonic3air", | ||
"signal": { | ||
} | ||
} | ||
], | ||
"caveats": null, | ||
"depends_on": { | ||
}, | ||
"conflicts_with": null, | ||
"container": null, | ||
"auto_updates": null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
cask "live-home-3d" do | ||
version "4.1.3" | ||
sha256 :no_check | ||
|
||
url "https://s3.amazonaws.com/belightsoft/LiveHome3DStd.dmg", | ||
verified: "s3.amazonaws.com/belightsoft/" | ||
name "Live Home 3D" | ||
desc "Home & floorplan designer & renderer" | ||
homepage "https://www.livehome3d.com/mac/live-home-3d" | ||
|
||
livecheck do | ||
url "https://www.belightsoft.com/download/updates/appcast_lh3d.xml" | ||
strategy :sparkle, &:short_version | ||
end | ||
|
||
app "Live Home 3D.app" | ||
|
||
zap trash: [ | ||
"~/Library/Application Scripts/com.belightsoft.LiveHome3D.ThumbnailProvider", | ||
"~/Library/Application Support/Live Home 3D", | ||
"~/Library/Caches/com.belightsoft.LiveHome3D", | ||
"~/Library/Containers/com.belightsoft.LiveHome3D.ThumbnailProvider", | ||
"~/Library/Preferences/com.belightsoft.LiveHome3D.plist", | ||
"~/Library/Saved Application State/com.belightsoft.LiveHome3D.savedState", | ||
] | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
cask "sonic3air" do | ||
version "21.09.28.0" | ||
sha256 "689c7de10c6a6f4c795902e470e63f3e49017970387d34ca932a66b33e1ee79c" | ||
|
||
url "https://projects.sappharad.com/s3air_mac/sonic3air_mac_#{version.major_minor_patch.no_dots}.dmg", | ||
verified: "projects.sappharad.com/s3air_mac/" | ||
name "Sonic 3 A.I.R." | ||
desc "Reimplementation of Sonic 3 & Knuckles (requires original game)" | ||
homepage "https://sonic3air.org/" | ||
|
||
livecheck do | ||
url "https://projects.sappharad.com/s3air_mac/changelog_mac.txt" | ||
regex(/v(\d+(?:\.\d+)*)/i) | ||
end | ||
|
||
app "Sonic 3 AIR.app" | ||
artifact "Manual.pdf", target: "#{ENV["HOME"]}/Library/Application Support/sonic3air/Manual.pdf" | ||
artifact "doc", target: "#{ENV["HOME"]}/Library/Application Support/sonic3air/doc" | ||
artifact "bonus", target: "#{ENV["HOME"]}/Library/Application Support/sonic3air/bonus" | ||
|
||
zap trash: "~/Library/Application Support/sonic3air" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
layout: cask_json | ||
--- | ||
{{ content }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
layout: cask_json | ||
--- | ||
{{ content }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: "live-home-3d" | ||
layout: cask | ||
--- | ||
{{ content }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: "sonic3air" | ||
layout: cask | ||
--- | ||
{{ content }} |