Expand description
stout-cask: Cask installation and management for stout
This crate handles:
- Cask artifact downloading (DMG, PKG, ZIP)
- macOS app installation (mount DMG, copy .app)
- PKG installer execution
- Quarantine attribute removal
- Cask state tracking
- Linux app support (AppImage, Flatpak)
Structs§
- Cask
Install Options - Options for cask installation
- Installed
Cask - Information about an installed cask
- Installed
Casks - Collection of installed casks
Enums§
- Artifact
Type - Artifact type detected from URL
- Error
Functions§
- detect_
artifact_ type - Detect the artifact type from a URL or path
- download_
cask_ artifact - Download a cask artifact
- install_
cask - Install a cask
- uninstall_
cask - Uninstall a cask