Last active
January 12, 2016 10:02
-
-
Save MartelliEnrico/a094a398c74051a04aee to your computer and use it in GitHub Desktop.
brew cask install uarm
This file contains hidden or 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
| cask 'uarm' do | |
| version '1.0-beta' | |
| sha256 '978c4b46972810d618fdce98e7f833c69c1a0657ea254695032b372ba5e048c6' | |
| url 'https://github.com/MartelliEnrico/uARM/archive/master.zip' | |
| name 'uarm' | |
| homepage 'http://mellotanica.github.io/uARM/' | |
| license :unknown | |
| installer :script => "install.sh" | |
| uninstall :script => "uninstall.sh" | |
| app "uarm.app" | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment