excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / w / website-audit.rb
blob7a18c08642e9e7bb3f205d069dc82edf780bb950
1 cask "website-audit" do
2   version "1.2.5"
3   sha256 "6246295baf27c8dbb3f7dc873d7de6068917c8dabd487e4c31b4332e600179ee"
5   url "https://code.europa.eu/api/v4/projects/615/packages/generic/wat/#{version}/website-audit-#{version}-universal.dmg"
6   name "Website Audit"
7   desc "Analyze whether websites comply with GDPR according to EDPB guidelines"
8   homepage "https://code.europa.eu/edpb/website-auditing-tool"
10   livecheck do
11     url "https://code.europa.eu/edpb/website-auditing-tool.git"
12   end
14   depends_on macos: ">= :catalina"
16   app "website-audit.app"
18   zap trash: [
19     "~/Library/Application Support/website-audit",
20     "~/Library/Preferences/com.edpb.wat-.plist",
21     "~/Library/Saved Application State/com.edpb.wat-.savedState",
22   ]
23 end