feat(cask): add wow-backup cask
This commit is contained in:
commit
b3b5898bc0
2 changed files with 46 additions and 0 deletions
18
Casks/wow-backup.rb
Normal file
18
Casks/wow-backup.rb
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
cask "wow-backup" do
|
||||
version "1.0.7"
|
||||
sha256 "49d6a9886801c8ed6ec134f36920b1741667bc5443ccfb43055dc4cb9beb1077"
|
||||
|
||||
url "https://git.asarius.site/rukira/wow-backup/releases/download/v#{version}/WoW%20Backup-#{version}.dmg"
|
||||
name "WoW Backup"
|
||||
desc "Lightweight World of Warcraft addon and WTF backup tool"
|
||||
homepage "https://git.asarius.site/rukira/wow-backup"
|
||||
|
||||
app "WoW Backup.app"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Support/WoWBackup",
|
||||
"~/Library/LaunchAgents/com.rukira.wowbackup.plist",
|
||||
"~/Library/Preferences/com.rukira.wowbackup.plist",
|
||||
"~/Library/Saved Application State/com.rukira.wowbackup.savedState",
|
||||
]
|
||||
end
|
||||
28
README.md
Normal file
28
README.md
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Homebrew Tap for WoW Backup
|
||||
|
||||
This is the official Homebrew tap for [WoW Backup](https://git.asarius.site/rukira/wow-backup).
|
||||
|
||||
## Installation
|
||||
|
||||
Add this tap:
|
||||
```bash
|
||||
brew tap rukira/tap https://git.asarius.site/rukira/homebrew-tap.git
|
||||
```
|
||||
|
||||
Install WoW Backup:
|
||||
```bash
|
||||
brew install --cask --no-quarantine wow-backup
|
||||
```
|
||||
|
||||
## Updating
|
||||
|
||||
```bash
|
||||
brew update
|
||||
brew upgrade --cask wow-backup
|
||||
```
|
||||
|
||||
## Uninstalling
|
||||
|
||||
```bash
|
||||
brew uninstall --cask --zap wow-backup
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue