cli/docs/examples/publish-scoop.yaml

24 lines
523 B
YAML
Raw Permalink Normal View History

# Example: Scoop Publisher (Windows)
# JSON manifest for Windows package manager
type: scoop
# Your bucket repository
bucket: myorg/scoop-bucket
# Generate files for official scoop-main PR
official:
enabled: true
output: dist/scoop
# Environment: Uses gh CLI authentication
#
# Usage after publish:
# scoop bucket add myorg https://github.com/myorg/scoop-bucket
# scoop install mycli
#
# Generated manifest includes:
# - 64-bit and ARM64 Windows support
# - SHA256 checksums
# - Auto-update configuration