ANN: Charmcraft can now be install from Homebrew

I am pleased to announce that Charmcraft is now available on homebrew

https://formulae.brew.sh/formula/charmcraft

This is interesting to any macOS user, if not already setup, refer to https://brew.sh/

Installation should be straightforward afterwards,

angmar:homebrew-core sergiusens$ brew install charmcraft

==> Downloading https://ghcr.io/v2/homebrew/core/charmcraft/manifests/1.3.2
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/charmcraft/blobs/sha256:ebe7aac3dcfa401762faaf339a28e64bb5fb277a7d96bbcfb72bdc
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:ebe7aac3dcfa401762faaf339a28e64bb5fb277a7d
######################################################################## 100.0%
==> Pouring charmcraft--1.3.2.mojave.bottle.tar.gz
🍺  /usr/local/Cellar/charmcraft/1.3.2: 2,205 files, 17.2MB

Charmhub commands work natively,

angmar:homebrew-core sergiusens$ charmcraft whoami
name:      Sergio Schvezov
username:  sergiusens
id:        xxxxxxxxxxxxxxxxxxxxxxxxx

Running pack asks to setup multipass if not already installed, and continues with the packing process

angmar:test-sergiusens-charm sergiusens$ charmcraft pack
Multipass is required, but not installed. Do you wish to install Multipass and configure it with the defaults? [y/N]: y
==> Downloading https://github.com/canonical/multipass/releases/download/v1.7.2/multipass-1.7.2+mac-Darwin.pkg
Already downloaded: /Users/sergiusens/Library/Caches/Homebrew/downloads/4237fcef800faa84459a2911c3818dfa76f1532d693b151438f1c8266318715b--multipass-1.7.2+mac-Darwin.pkg
==> Installing Cask multipass
==> Running installer for multipass; your password may be necessary.
Package installers may write to any location; options such as `--appdir` are ignored.
installer: Package name is multipass
installer: Installing at base path /
installer: The install was successful.
🍺  multipass was successfully installed!
Packing charm 'test-sergiusens-charm_ubuntu-20.04-amd64.charm'...
Starting charmcraft-test-sergiusens-charm-12886917363-0-0-amd64 |
3 Likes