|
|
@ -2,10 +2,10 @@ require 'formula' |
|
|
|
|
|
|
|
class BrewCask < Formula |
|
|
|
homepage 'https://github.com/phinze/homebrew-cask/' |
|
|
|
url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.1.0' |
|
|
|
version '0.1.0' |
|
|
|
url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.2.0' |
|
|
|
version '0.2.0' |
|
|
|
|
|
|
|
skip_clean :all |
|
|
|
skip_clean 'bin' |
|
|
|
|
|
|
|
def install |
|
|
|
prefix.install_p 'lib', 'rubylib' |
|
|
|