{"id":31374625,"url":"https://github.com/sunsetmkt/scoop-vlmcsd","last_synced_at":"2025-09-28T00:34:45.955Z","repository":{"id":278328528,"uuid":"935259407","full_name":"SunsetMkt/scoop-vlmcsd","owner":"SunsetMkt","description":"Unofficial Scoop Bucket for vlmcsd, forked from aoisummer/scoop-bucket","archived":false,"fork":false,"pushed_at":"2025-02-19T06:52:37.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-24T05:50:02.200Z","etag":null,"topics":["scoop-bucket"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SunsetMkt.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":"2025-02-19T06:48:50.000Z","updated_at":"2025-02-19T06:52:41.000Z","dependencies_parsed_at":"2025-02-19T07:32:17.272Z","dependency_job_id":"f8e2ae50-f55e-4118-9e96-1828fa1b5f4b","html_url":"https://github.com/SunsetMkt/scoop-vlmcsd","commit_stats":null,"previous_names":["sunsetmkt/scoop-vlmcsd"],"tags_count":0,"template":false,"template_full_name":"ScoopInstaller/BucketTemplate","purl":"pkg:github/SunsetMkt/scoop-vlmcsd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunsetMkt%2Fscoop-vlmcsd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunsetMkt%2Fscoop-vlmcsd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunsetMkt%2Fscoop-vlmcsd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunsetMkt%2Fscoop-vlmcsd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SunsetMkt","download_url":"https://codeload.github.com/SunsetMkt/scoop-vlmcsd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunsetMkt%2Fscoop-vlmcsd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277311260,"owners_count":25796890,"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-27T02:00:08.978Z","response_time":73,"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":["scoop-bucket"],"created_at":"2025-09-28T00:34:40.801Z","updated_at":"2025-09-28T00:34:45.946Z","avatar_url":"https://github.com/SunsetMkt.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scoop Bucket Template\r\n\r\n\u003c!-- Uncomment the following line after replacing placeholders --\u003e\r\n\u003c!-- [![Tests](https://github.com/\u003cusername\u003e/\u003cbucketname\u003e/actions/workflows/ci.yml/badge.svg)](https://github.com/\u003cusername\u003e/\u003cbucketname\u003e/actions/workflows/ci.yml) [![Excavator](https://github.com/\u003cusername\u003e/\u003cbucketname\u003e/actions/workflows/excavator.yml/badge.svg)](https://github.com/\u003cusername\u003e/\u003cbucketname\u003e/actions/workflows/excavator.yml) --\u003e\r\n\r\nTemplate bucket for [Scoop](https://scoop.sh), the Windows command-line installer.\r\n\r\n## How do I use this template?\r\n\r\n1. Generate your own copy of this repository with the \"Use this template\"\r\n   button.\r\n2. Allow all GitHub Actions:\r\n   - Navigate to `Settings` - `Actions` - `General` - `Actions permissions`.\r\n   - Select `Allow all actions and reusable workflows`.\r\n   - Then `Save`.\r\n3. Allow writing to the repository from within GitHub Actions:\r\n   - Navigate to `Settings` - `Actions` - `General` - `Workflow permissions`.\r\n   - Select `Read and write permissions`.\r\n   - Then `Save`.\r\n4. Document the bucket in `README.md`.\r\n5. Replace the placeholder repository string in `bin/auto-pr.ps1`.\r\n6. Create new manifests by copying `bucket/app-name.json.template` to\r\n   `bucket/\u003capp-name\u003e.json`.\r\n7. Commit and push changes.\r\n8. If you'd like your bucket to be indexed on `https://scoop.sh`, add the\r\n   topic `scoop-bucket` to your repository.\r\n\r\n## How do I install these manifests?\r\n\r\nAfter manifests have been committed and pushed, run the following:\r\n\r\n```pwsh\r\nscoop bucket add \u003cbucketname\u003e https://github.com/\u003cusername\u003e/\u003cbucketname\u003e\r\nscoop install \u003cbucketname\u003e/\u003cmanifestname\u003e\r\n```\r\n\r\n## How do I contribute new manifests?\r\n\r\nTo make a new manifest contribution, please read the [Contributing\r\nGuide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md)\r\nand [App Manifests](https://github.com/ScoopInstaller/Scoop/wiki/App-Manifests)\r\nwiki page.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunsetmkt%2Fscoop-vlmcsd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunsetmkt%2Fscoop-vlmcsd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunsetmkt%2Fscoop-vlmcsd/lists"}