https://github.com/emartech/homebrew-cask
🍻
https://github.com/emartech/homebrew-cask
homebrew homebrew-cask
Last synced: 3 months ago
JSON representation
🍻
- Host: GitHub
- URL: https://github.com/emartech/homebrew-cask
- Owner: emartech
- Created: 2020-01-23T18:48:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T16:44:03.000Z (over 2 years ago)
- Last Synced: 2025-04-04T07:33:04.660Z (over 1 year ago)
- Topics: homebrew, homebrew-cask
- Language: Ruby
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 8
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emartech Casks
### Using emartech casks
```
$ brew tap emartech/cask
$ brew cask install {cask-name}
```
### Creating a new cask
Copy the template from the example folder to the Casks folder:
```
$ cp template.rb Casks/your-cask-name.rb
```
Fill or modify:
- cask name
- repo
- version
- sha256
- url
- name
- app
You can find more in-depth details in the official documentations:
https://github.com/Homebrew/homebrew-cask/blob/master/doc/development/adding_a_cask.md