{"id":16658564,"url":"https://github.com/gildegoma/chef-android-sdk","last_synced_at":"2025-03-21T16:32:24.039Z","repository":{"id":9955969,"uuid":"11976787","full_name":"gildegoma/chef-android-sdk","owner":"gildegoma","description":"Development repository for Android SDK Chef Cookbook","archived":false,"fork":false,"pushed_at":"2017-08-18T16:30:07.000Z","size":95,"stargazers_count":26,"open_issues_count":14,"forks_count":29,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-14T21:26:33.369Z","etag":null,"topics":["android-sdk","chef-cookbook","linux"],"latest_commit_sha":null,"homepage":"https://supermarket.chef.io/cookbooks/android-sdk","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gildegoma.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-08T13:22:44.000Z","updated_at":"2021-10-31T21:56:30.000Z","dependencies_parsed_at":"2022-08-31T19:02:28.387Z","dependency_job_id":null,"html_url":"https://github.com/gildegoma/chef-android-sdk","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gildegoma%2Fchef-android-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gildegoma%2Fchef-android-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gildegoma%2Fchef-android-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gildegoma%2Fchef-android-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gildegoma","download_url":"https://codeload.github.com/gildegoma/chef-android-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244147341,"owners_count":20405942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-sdk","chef-cookbook","linux"],"created_at":"2024-10-12T10:05:56.404Z","updated_at":"2025-03-21T16:32:23.770Z","avatar_url":"https://github.com/gildegoma.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Description\n-----------\n\nThis cookbook will install [Google Android SDK](http://developer.android.com/sdk/index.html).\n\nThe **default** recipe of this Chef cookbook will:\n\n* Download and install/upgrade Android SDK (not ADT)\n* Update SDK dependencies to install *some* Android platforms (`--filter` list can be customized in cookbook attributes)\n* Define a default `ANDROID_HOME` environment variable (via `/etc/profile.d/...` mechanism)\n* Add `ANDROID_HOME/tools` and `ANDROID_HOME/platform-tools` to default `PATH` environment variable (via `/etc/profile.d/...` mechanism)\n\nRequirements\n------------\n\n* Chef 12.5+ (due to transitive cookbook dependencies, and to avoid a dependency on compat_resource cookbook)\n* Depends on **chef-cookbooks/ark** and **chef-cookbooks/java** cookbooks\n* This cookbook currently supports Ubuntu 12.04+ and CentOS 6.6+, but more Linux distributions are welcome (depending on community interests). Support for MacOS and Windows is also on the [roadmap](https://github.com/gildegoma/chef-android-sdk/pull/33) thanks to @rjaros87.\n\nAttributes\n----------\n\nTODO (work in progress)\n\nInstallation and Usage\n----------------------\n\nThis cookbook is released at https://supermarket.chef.io/cookbooks/android-sdk and its original git repository is https://github.com/gildegoma/chef-android-sdk.\n\n* Find your favourite way ([Berkhelf](http://berkshelf.com/), [Librarian-Chef](https://github.com/applicationsonline/librarian#readme), Chef Supermarket API, Git submodule, or even tarball download) to install this cookbook (and its dependencies).\n* Include the `android-sdk::default` recipe to your run list or inside your cookbook.\n* Provision!\n\nQuality Assurance\n-----------------\n\n### Continous Integration\n\nThis Cookbook is being _tasted_ by Travis CI: [![Build Status](https://secure.travis-ci.org/gildegoma/chef-android-sdk.png?branch=master)](https://travis-ci.org/gildegoma/chef-android-sdk)\n\nAutomated validations are following:\n  * Static Analysis of Ruby code with [tailor](https://github.com/turboladen/tailor#readme) lint tool\n  * Static Analysis of Chef Cookbooks with [foodcritic](http://acrmp.github.com/foodcritic/) lint tool\n  * `knife cookbook test` in a very basic sandbox\n  * _PENDING:_ Expectations described with RSpec examples with [ChefSpec](https://github.com/acrmp/chefspec)\n  * _PENDING:_ [ServerSpec](http://serverspec.org/) integration testing\n  * _PENDING:_ Run true chef (matrix) on travis VM!\n\n### Development and Testing\n\nDuring development, this cookbook is locally tested in following environments:\n * Development with *recent* versions of Chef-Solo and Ubuntu (with great help of Berkshelf, Vagrant and Virtualbox and other tools provided by the Chef community).\n * Integration with great help of Opscode [test-kitchen](https://github.com/opscode/test-kitchen)\n\nLicense and Credits\n-------------------\n\n* Thanks to:: [All Contributors](https://github.com/gildegoma/chef-android-sdk/graphs/contributors)\n* Thanks to:: [Ralf Kistner](https://github.com/rkistner), for all relevant information to create original cookbook\n* Thanks to:: [Andrew Rosa](https://github.com/andrewhr), for all relevant information to improve this cookbook\n* Thanks to:: [Travis CI Project](http://github.com/travis-ci/travis-cookbooks), for motivating the creation of this cookbook\n\n* Copyright:: 2013-2014, Gilles Cornu\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgildegoma%2Fchef-android-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgildegoma%2Fchef-android-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgildegoma%2Fchef-android-sdk/lists"}