cookbook 'apktool', '= 0.1.1'
apktool (2) Versions 0.1.1 Follow0
Installs/Configures apktool
cookbook 'apktool', '= 0.1.1', :supermarket
knife supermarket install apktool
knife supermarket download apktool
chef-apktool
A Chef cookbook for downloading and installing apktool, a Java-based utility for extracting data from Android APK files.
Supported Platforms
<dl>
<dt><strong>Linux</strong>
<dd>Linux is fully supported and tested</dd>
<dt><strong>OS X</strong></dt>
<dd>OS X should be supported, but has not yet been tested</dd>
<dt><strong>Windows</strong></dt>
<dd>Windows is not yet supported, but support is possible. Pull requests are welcome to add this support, and/or it may be added in a future release.</dd>
</dl>
Attributes
There are no attributes for this cookbook, as the recipe itself is so simple.
A pull request would be welcome to allow the user of this cookbook to select
the flavour of Java that they wish to install and/or use though.
Usage
apktool::default
Include apktool
in your node's run_list
:
{ "run_list": [ "recipe[apktool::default]" ] }
Contributing
- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
License and Authors
Author:: Josh McArthur (joshua.mcarthur@gmail.com)
<a href="https://twitter.com/sudojosh" class="twitter-follow-button" data-show-count="false" data-dnt="true">Follow @sudojosh</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
Dependent cookbooks
java >= 0.0.0 |
ark >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.