phinze/homebrew-cask

View on GitHub
Casks/s/spaceid.rb

Summary

Maintainability
A
0 mins
Test Coverage
cask "spaceid" do
  version "1.4"
  sha256 "6b867f758b2037f2c5f908ec0311d73a7e47f4da179cdde952c914fd2b33528e"

  url "https://github.com/dshnkao/SpaceId/releases/download/v#{version}/SpaceId.app.zip"
  name "SpaceId"
  desc "Menu bar indicator showing the currently selected space"
  homepage "https://github.com/dshnkao/SpaceId/"

  app "SpaceId.app"

  preflight do
    set_permissions "#{staged_path}/SpaceId.app", "0755"
  end

  uninstall login_item: "SpaceId"

  zap trash: "~/Library/Preferences/com.dshnkao.SpaceId.plist"
end