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.2

Installs/Configures apktool

Policyfile
Berkshelf
Knife
cookbook 'apktool', '~> 0.1.2', :supermarket
cookbook 'apktool', '~> 0.1.2'
knife supermarket install apktool
knife supermarket download apktool
README
Dependencies
Quality 17%

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)

Dependent cookbooks

java >= 0.0.0
ark >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.1.2 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.1.2 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.1.2 failed this metric

FC064: Ensure issues_url is set in metadata: apktool/metadata.rb:1
FC065: Ensure source_url is set in metadata: apktool/metadata.rb:1
FC066: Ensure chef_version is set in metadata: apktool/metadata.rb:1
FC069: Ensure standardized license defined in metadata: apktool/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.1.2 passed this metric

Testing File Metric
            

0.1.2 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.1.2 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number