Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emartech/homebrew-cask
🍻
https://github.com/emartech/homebrew-cask
homebrew homebrew-cask
Last synced: about 1 month ago
JSON representation
🍻
- Host: GitHub
- URL: https://github.com/emartech/homebrew-cask
- Owner: emartech
- Created: 2020-01-23T18:48:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T16:44:03.000Z (about 1 year ago)
- Last Synced: 2024-04-14T07:41:01.909Z (9 months ago)
- Topics: homebrew, homebrew-cask
- Language: Ruby
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 10
- 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
- appYou can find more in-depth details in the official documentations:
https://github.com/Homebrew/homebrew-cask/blob/master/doc/development/adding_a_cask.md