{"id":30815125,"url":"https://github.com/samwhelp/deb-coffee-grub","last_synced_at":"2026-05-19T10:02:10.168Z","repository":{"id":307797407,"uuid":"1029393472","full_name":"samwhelp/deb-coffee-grub","owner":"samwhelp","description":"deb-coffee-grub","archived":false,"fork":false,"pushed_at":"2025-08-28T00:25:23.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-28T08:06:04.074Z","etag":null,"topics":["deb","deb-coffee","deb-packaging","deb-recipe","debian","debian-packaging","packaging","pacscript","pacstall"],"latest_commit_sha":null,"homepage":"https://samwhelp.github.io/deb-coffee-grub/","language":"Shell","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/samwhelp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2025-07-31T01:42:12.000Z","updated_at":"2025-08-02T10:57:41.000Z","dependencies_parsed_at":"2025-08-02T10:02:10.081Z","dependency_job_id":"0c9d8f02-734d-4b7d-91fc-0ed6cc5102cd","html_url":"https://github.com/samwhelp/deb-coffee-grub","commit_stats":null,"previous_names":["samwhelp/deb-coffee-grub"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samwhelp/deb-coffee-grub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fdeb-coffee-grub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fdeb-coffee-grub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fdeb-coffee-grub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fdeb-coffee-grub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samwhelp","download_url":"https://codeload.github.com/samwhelp/deb-coffee-grub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fdeb-coffee-grub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273874160,"owners_count":25183368,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["deb","deb-coffee","deb-packaging","deb-recipe","debian","debian-packaging","packaging","pacscript","pacstall"],"created_at":"2025-09-06T08:05:13.170Z","updated_at":"2026-05-19T10:02:10.086Z","avatar_url":"https://github.com/samwhelp.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\n# deb-coffee-grub\n\n\u003e [deb-coffee-grub](https://samwhelp.github.io/deb-coffee-grub/)\n\n\n\n\n## Link\n\n* Pacstall / [pacstall-programs](https://github.com/pacstall/pacstall-programs#pacstall-programs)\n* Pacstall / Wiki / Pacscript 101 / [Example of script placement](https://github.com/pacstall/pacstall/wiki/Pacscript-101#pacscript-name)\n* [pacstall-packaging](https://github.com/samwhelp/pacstall-packaging)\n\n\n| deb-coffee |\n| ---------- |\n| [deb-coffee](https://github.com/samwhelp/deb-coffee) |\n| [deb-coffee-maccity](https://github.com/samwhelp/deb-coffee-maccity) |\n| [deb-coffee-wincity](https://github.com/samwhelp/deb-coffee-wincity) |\n| [deb-coffee-fancy](https://github.com/samwhelp/deb-coffee-fancy) |\n| [deb-coffee-gruvbox](https://github.com/samwhelp/deb-coffee-gruvbox) |\n| [deb-coffee-grub](https://github.com/samwhelp/deb-coffee-grub) |\n| [deb-coffee-sddm](https://github.com/samwhelp/deb-coffee-sddm) |\n\n\n\n\n## Manpage\n\n* $ [man pacstall](https://github.com/samwhelp/deb-coffee/blob/main/helper/share/manpage/pacstall.md#manpage)\n\n\n\n\n## Pacstall Pacscript Repository Structure\n\n\n```\n.\n├── packagelist\n└── packages\n    └── demo\n        └── demo.pacscript\n```\n\n\n## Update Db\n\nrun\n\n``` sh\nls -1 packages \u003e packagelist\n```\n\nor run\n\n``` sh\nmake db-update\n```\n\n\n\n\n## View packagelist\n\nrun to view [packagelist](packagelist)\n\n``` sh\nless packagelist\n```\n\nor run\n\n``` sh\nview packagelist\n```\n\n\n\n\n## Add Repository / Remote\n\nrun\n\n``` sh\npacstall -A https://raw.githubusercontent.com/samwhelp/deb-coffee-grub/main\n```\n\nor run\n\n``` sh\npacstall -A https://github.com/samwhelp/deb-coffee-grub/tree/main\n```\n\n\nrun\n\n``` sh\ncat /usr/share/pacstall/repo/pacstallrepo\n```\n\nshow\n\n```\nhttps://raw.githubusercontent.com/pacstall/pacstall-programs/master\nhttps://raw.githubusercontent.com/samwhelp/deb-coffee-grub/main\n```\n\n\n\n\n## Add Repository / Local\n\nrun\n\n``` sh\ngit clone https://github.com/samwhelp/deb-coffee-grub.git ~/Documents/deb-coffee-grub\n```\n\n\nrun\n\n``` sh\npacstall -A \"file://${HOME}/Documents/deb-coffee-grub\"\n```\n\n\u003e See Also `man 8 pacstall`\n\n\n## Howto\n\n### Search\n\n``` sh\npacstall -S grub\n```\n\n``` sh\npacstall -S bean\n```\n\n\n### Build and Install\n\n``` sh\npacstall -I bean-appearance-glass-grub-theme\n```\n\n\n### Only Build\n\n``` sh\npacstall -I -B bean-appearance-glass-grub-theme\n```\n\n\n### Download pacscript\n\n``` sh\npacstall -D bean-appearance-glass-grub-theme\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamwhelp%2Fdeb-coffee-grub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamwhelp%2Fdeb-coffee-grub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamwhelp%2Fdeb-coffee-grub/lists"}