Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emartech/homebrew-cask

🍻
https://github.com/emartech/homebrew-cask

homebrew homebrew-cask

Last synced: about 1 month ago
JSON representation

🍻

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