mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
enable token method in tvrenamer
This commit is contained in:
parent
403925e64b
commit
fbdeeb7f54
1 changed files with 1 additions and 2 deletions
|
|
@ -8,9 +8,8 @@ cask :v1 => 'tvrenamer' do
|
|||
|
||||
app "TVRenamer-#{version}.app"
|
||||
|
||||
# todo: transitional, replace #{self.name...} with #{token}
|
||||
caveats <<-EOS.undent
|
||||
#{self.name.sub(/^KlassPrefix/,'').gsub(/([a-zA-Z\d])([A-Z])/,'\1-\2').gsub(/([a-zA-Z\d])([A-Z])/,'\1-\2').downcase} requires a Java JRE to be installed. You should be prompted to install
|
||||
#{token} requires a Java JRE to be installed. You should be prompted to install
|
||||
Java on the first execution if it is not already present.
|
||||
EOS
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue