{"id":48347642,"url":"https://github.com/hackingguy/morphe-patches","last_synced_at":"2026-05-07T19:19:54.249Z","repository":{"id":347433745,"uuid":"1194056634","full_name":"hackingguy/morphe-patches","owner":"hackingguy","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-05T06:32:05.000Z","size":103,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-05T07:50:17.806Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hackingguy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-27T21:48:23.000Z","updated_at":"2026-04-05T06:32:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hackingguy/morphe-patches","commit_stats":null,"previous_names":["hackingguy/morphe-patches"],"tags_count":0,"template":false,"template_full_name":"MorpheApp/morphe-patches-template","purl":"pkg:github/hackingguy/morphe-patches","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackingguy%2Fmorphe-patches","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackingguy%2Fmorphe-patches/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackingguy%2Fmorphe-patches/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackingguy%2Fmorphe-patches/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hackingguy","download_url":"https://codeload.github.com/hackingguy/morphe-patches/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackingguy%2Fmorphe-patches/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31428645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T02:22:46.605Z","status":"ssl_error","status_checked_at":"2026-04-05T02:22:33.263Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-04-05T08:01:45.186Z","updated_at":"2026-04-05T08:01:49.850Z","avatar_url":"https://github.com/hackingguy.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 👋🧩 Morphe Patches template\n\nTemplate repository for Morphe Patches.\n\n\u0026nbsp;\n## ❓ About\n\nThis is a template to create a new Morphe Patches repository.  \nThe repository can have multiple patches, and patches from other repositories can be used together.\n\nFor an example repository, see [Morphe Patches](https://github.com/MorpheApp/morphe-patches).\n\nMorphe Patches template is based off the prior work of [ReVanced](https://github.com/ReVanced/revanced-patches-template).\nAll modifications made by Morphe, along with their dates, can be found in the Git history.\n\n\n## 🚀 Get started\n\nTo start using this template, follow these steps:\n\n1. [Create a new repository using this template](https://github.com/new?template_name=morphe-patches-template\u0026template_owner=MorpheApp)\n2. Set up the [build.gradle.kts](patches/build.gradle.kts) file (Specifically, the [group of the project](patches/build.gradle.kts#L1),\nand the [About](patches/build.gradle.kts#L5-L11))\n3. Set up the [README.md](README.md) file[^1] (e.g, title, description, license, summary of the patches\nthat are included in the repository), the [issue templates](.github/ISSUE_TEMPLATE)[^2]  and the [contribution guidelines](CONTRIBUTING.md)[^3]\n4. Choose a name for your patches project. Keep in mind you must use a unique name that does not imply or suggest authorship by the Morphe open source project.\n   See the [NOTICE](NOTICE) for details.\n5. (Optional): Add `patches-bundle.png` to the project if you want a custom icon to show in\n   Morphe Manager instead of your GitHub profile avatar.\n\n🎉 You are now ready to start creating patches!\n\n## 🧑‍💻 Usage\n\nTo develop and release Morphe Patches using this template, some things need to be considered:\n\n- Development starts in feature branches. Once a feature branch is ready, it is squashed and merged into the `dev` branch\n- The `dev` branch is merged into the `main` branch once it is ready for release\n- Semantic versioning is used to version Morphe Patches.\n- [Semantic commit](https://kapeli.com/cheat_sheets/Semantic_Commits.docset/Contents/Resources/Documents/index) messages are used for commits\n- Commits on the `dev` branch and `main` branch are automatically released\nvia the [release.yml](.github/workflows/release.yml) workflow, which is also responsible for generating the changelog\nand updating the version of Morphe Patches. It is triggered by pushing to the `dev` or `main` branch.\nThe workflow uses the `publish` task to publish the release of Morphe Patches\n- The `buildAndroid` task is used to build Morphe Patches so that it can be used on Android.\nThe `publish` task depends on the `buildAndroid` task, so it will be run automatically when publishing a release.\n\n## 📚 Everything else\n\nOptionally you can include a button/link in this readme that users can click to add your \npatches to Morphe (update the links below after creating your new patches repo):\n\n#### How to use these patches\n\nClick here to add these patches to Morphe: https://morphe.software/add-source?github=xyz-user/xyz-patches\n\nOr manually add this repository url as a patch source in Morphe: https://github.com/xyz-user/xyz-patches\n\n### 📙 Contributing\n\nThank you for considering contributing to Morphe Patches template.  \nYou can find the contribution guidelines [here](CONTRIBUTING.md).\n\n### 🛠️ Building\n\nTo build Morphe Patches template,\nyou can follow the [Morphe documentation](https://github.com/MorpheApp/morphe-documentation).\n\n## 📜 License\n\nMorphe Patches are licensed under the [GNU General Public License v3.0](LICENSE), with additional conditions under GPLv3 Section 7:\n\n- **Name Restriction (7c):** The name **\"Morphe\"** may not be used for derivative works.  \n  Derivatives must adopt a distinct identity unrelated to \"Morphe.\"\n\nSee the [LICENSE](LICENSE) file for the full GPLv3 terms and the [NOTICE](NOTICE) file for full conditions of GPLv3 Section 7\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackingguy%2Fmorphe-patches","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackingguy%2Fmorphe-patches","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackingguy%2Fmorphe-patches/lists"}