{"id":19009287,"url":"https://github.com/donyaos/packages","last_synced_at":"2026-02-26T09:04:13.578Z","repository":{"id":49965348,"uuid":"287537306","full_name":"DonyaOS/Packages","owner":"DonyaOS","description":"DonyaOS Packages","archived":false,"fork":false,"pushed_at":"2022-10-03T21:02:15.000Z","size":35,"stargazers_count":5,"open_issues_count":1,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-01T21:13:36.027Z","etag":null,"topics":["donya","donya-os","donyaos","hacktoberfest","packages","superdonya"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DonyaOS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-14T13:18:06.000Z","updated_at":"2022-10-03T20:05:38.000Z","dependencies_parsed_at":"2023-01-19T03:31:34.636Z","dependency_job_id":null,"html_url":"https://github.com/DonyaOS/Packages","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DonyaOS%2FPackages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DonyaOS%2FPackages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DonyaOS%2FPackages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DonyaOS%2FPackages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DonyaOS","download_url":"https://codeload.github.com/DonyaOS/Packages/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240035944,"owners_count":19737613,"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":["donya","donya-os","donyaos","hacktoberfest","packages","superdonya"],"created_at":"2024-11-08T19:07:21.373Z","updated_at":"2026-02-26T09:04:08.544Z","avatar_url":"https://github.com/DonyaOS.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Packages\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n[![MIT License](https://img.shields.io/github/license/DonyaOS/Packages?color=brightgreen)](LICENSE)\n[![GitHub Linter Workflow Status](https://img.shields.io/github/workflow/status/DonyaOS/Packages/Lint?label=Linter)](#packages)\n[![IRC chat on freenode](https://img.shields.io/badge/IRC%20chat%20on%20freenode-%23DonyaOS-brightgreen)](#packages)\n\n- [Donya Package System](#donya-package-system)\n- [Package Structure](#package-structure)\n- [A sample package for DonyaOS](#a-sample-package-for-donyaos)\n- [Submit a new package for Donya](#submit-a-new-package-for-donya)\n- [Contribution to Donya](#contribution-to-donya)\n- [License](#license)\n\n## Donya Package System\n\nThe distribution employs a package system based around the concept of easily\nparseable plain-text files (with fields separated by lines and spaces).\n\nThis format allows effortless interface using any programming language or just\nbasic UNIX utilities and tools.\n\n## Package Structure\n\nFile name: **CATEGORY_NAME/PACKAGE_NAME/package.donya**\n\n```\nPACAKAGE_NAME/\n  -package.donya\n    name: \"name_as_string\"\n    description: \"description_string\"\n    version: \"version_number_of_software_dot_allowed\"\n    license: \"name_of_license\"\n    date: yyyy-mm-dd\n    dependencies: []\n    downloads: |\n      ... link of files...\n    checksums: |\n      ...put your checksum for downloads file at here...\n    install: |\n      ...Commands...\n    remove: |\n      ...Commands...\n```\n\n### A sample package for DonyaOS\n\n[**core/zlib/package.donya**](core/zlib/package.donya)\n\n```\nname: \"zlib\"\ndescription: \"A Massively Spiffy Yet Delicately Unobtrusive Compression Library\"\nversion: \"1.2.11\"\nlicense: \"zlib\"\ndate: 2017-01-15\ndependencies: []\ndownloads: |\n  https://zlib.net/zlib-1.2.11.tar.gz\nchecksums: |\n  c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1\ninstall: |\n  cd zlib-1.2.11\n  ./configure \\\n    --prefix=/usr \\\n    --libdir=/usr/lib \\\n    --shared\n  make\n  make DESTDIR=\"$1\" install\nremove: |\n  echo \"Removing … \"\n```\n\n### Submit a new package for Donya\n\nFollow [Donya structure](#package-structure) carefully, then fork this repository and push your commits, and finally send Pull Request.\n\n### Contribution to Donya\n\nPlease make sure to read the [Contributing Guide](CONTRIBUTING.md) before making a pull request. If you have a Donya-related project/feature/tool, add it with a pull request to this curated list!\n\nThank you to all the people who already contributed to DonyaOS!\n\n### License\n\n[MIT License](LICENSE)\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://maxbase.org/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/2658040?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMax Base\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DonyaOS/Packages/commits?author=BaseMax\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://sudo-corvus.github.io/portfolio\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/23382968?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePrince Kumar\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DonyaOS/Packages/commits?author=sudo-corvus\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/jbampton\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/418747?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJohn Bampton\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DonyaOS/Packages/commits?author=jbampton\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/hoomanist\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/50168976?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ehooman\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DonyaOS/Packages/commits?author=hoomanist\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://allcontributors.org\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/46410174?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAll Contributors\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DonyaOS/Packages/commits?author=all-contributors\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonyaos%2Fpackages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonyaos%2Fpackages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonyaos%2Fpackages/lists"}