Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

apktool (2) Versions 0.1.1

Installs/Configures apktool

Policyfile
Berkshelf
Knife
cookbook 'apktool', '= 0.1.1', :supermarket
cookbook 'apktool', '= 0.1.1'
knife supermarket install apktool
knife supermarket download apktool
README
Dependencies
Quality -%

chef-apktool

Build Status

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

  1. Fork the repository on Github
  2. Create a named feature branch (i.e. add-new-recipe)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. 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.

No quality metric results found