Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions bucket/lfk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"version": "0.12.0",
"description": "Lightning Fast Kubernetes navigator - keyboard-focused TUI for managing K8s clusters",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Link a package-request issue for this new manifest.

This is a newly added manifest, but the provided PR description does not include a package-request issue reference (#123 or issue URL). Please add one in the manifest description or PR body:
https://github.com/ScoopInstaller/Extras/issues/new?labels=package-request&template=package-request.yml&title=%5BRequest%5D%3A+
Also see:
https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md
https://github.com/ScoopInstaller/Scoop/wiki/App-Manifests

As per coding guidelines "If this is a NEWLY ADDED manifest file ... check the description field or the PR body for a linked GitHub issue" and "For any violations ... always provide a link to the official contribution guide or wiki."

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@bucket/lfk.json` at line 3, Update the new manifest's description to include
a linked package-request issue (e.g., append "See package-request: `#123`" or a
full issue URL) or add that issue link to the PR body; modify the "description"
value in lfk.json (the "description" field) to include the package-request
reference and also ensure the PR references the contribution guide links
provided in the reviewer comment (optional: include the two URLs in PR body if
you prefer not to alter the description).

"homepage": "https://github.com/janosmiko/lfk",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/janosmiko/lfk/releases/download/v0.12.0/lfk_0.12.0_windows_amd64.zip",
"hash": "339a590ef33be2e6bc97614a8755fa14e35b44e2ce2a2b6fa96f6955dc5571e3"
},
"arm64": {
"url": "https://github.com/janosmiko/lfk/releases/download/v0.12.0/lfk_0.12.0_windows_arm64.zip",
"hash": "1753dd0fe47217cbb295b4117f2f6a0cb4458f5732795eba69b69cb9fddac665"
}
},
"env_set": {
"LFK_CONFIG_DIR": "$persist_dir/config",
"LFK_STATE_DIR": "$persist_dir/state",
"LFK_DATA_DIR": "$persist_dir/data"
},
"bin": "lfk.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/janosmiko/lfk/releases/download/v$version/lfk_$version_windows_amd64.zip"
},
"arm64": {
"url": "https://github.com/janosmiko/lfk/releases/download/v$version/lfk_$version_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt",
"regex": "$sha256 $basename\\n"
}
}
}