{"id":22624042,"url":"https://github.com/samwhelp/deb-coffee","last_synced_at":"2026-05-18T15:08:29.415Z","repository":{"id":266786380,"uuid":"899350727","full_name":"samwhelp/deb-coffee","owner":"samwhelp","description":"deb-coffee","archived":false,"fork":false,"pushed_at":"2025-01-19T05:32:42.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T13:11:49.815Z","etag":null,"topics":["deb","deb-recipe","debian","pacscript","pacstall"],"latest_commit_sha":null,"homepage":"https://samwhelp.github.io/deb-coffee/","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}},"created_at":"2024-12-06T04:58:00.000Z","updated_at":"2025-01-19T05:32:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"72fe2a0d-7e4a-47f7-a4a1-aaea3a55ba15","html_url":"https://github.com/samwhelp/deb-coffee","commit_stats":null,"previous_names":["samwhelp/deb-coffee"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fdeb-coffee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fdeb-coffee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fdeb-coffee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fdeb-coffee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samwhelp","download_url":"https://codeload.github.com/samwhelp/deb-coffee/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246131335,"owners_count":20728303,"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":["deb","deb-recipe","debian","pacscript","pacstall"],"created_at":"2024-12-09T00:09:38.772Z","updated_at":"2026-05-18T15:08:29.405Z","avatar_url":"https://github.com/samwhelp.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# deb-coffee\n\n\u003e [deb-coffee](https://samwhelp.github.io/deb-coffee/)\n\n\n\n\n## Notice\n\n\u003e Some package need sassc.\n\n``` sh\nsudo apt-get install sassc\n```\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/main\n```\n\nor run\n\n``` sh\npacstall -A https://github.com/samwhelp/deb-coffee/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/main\n```\n\n\n\n\n## Add Repository / Local\n\nrun\n\n``` sh\ngit clone https://github.com/samwhelp/deb-coffee.git ~/Documents/deb-coffee\n```\n\n\nrun\n\n``` sh\npacstall -A \"file://${HOME}/Documents/deb-coffee\"\n```\n\n\u003e See Also `man 8 pacstall`\n\n\n## Howto\n\n### Search\n\n``` sh\npacstall -S demo\n```\n\n``` sh\npacstall -S bean\n```\n\n\n### Build and Install\n\n``` sh\npacstall -I demo\n```\n\n\n### Only Build\n\n``` sh\npacstall -I -B demo\n```\n\n\n### Download pacscript\n\n``` sh\npacstall -D demo\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamwhelp%2Fdeb-coffee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamwhelp%2Fdeb-coffee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamwhelp%2Fdeb-coffee/lists"}