Skip to main content

Scoop

Generate Scoop manifests for Windows package management

Anodizer generates Scoop JSON manifests and pushes them to your bucket repository.

Minimal config

crates:
  - name: myapp
    publish:
      scoop:
        repository:
          owner: myorg
          name: scoop-bucket

Scoop config fields

FieldTypeDefaultDescription
repository.ownerstringGitHub owner of the bucket repo
repository.namestringBucket repository name
descriptionstringnoneManifest description
licensestringnoneLicense identifier

Generated manifest

The manifest includes:

  • Download URL for the Windows archive
  • SHA-256 checksum
  • Binary extraction path
  • checkver and autoupdate templates for automatic updates