diff --git a/Casks/eu.rb b/Casks/eu.rb new file mode 100644 index 0000000000..908bd3b9f6 --- /dev/null +++ b/Casks/eu.rb @@ -0,0 +1,24 @@ +cask "eu" do + version "1.3.1,13" + sha256 :no_check + + url "https://iit.com.ua/download/productfiles/EUInstall.pkg" + name "IIT Certification" + desc "Program of the EDI Provider of the State Tax Service of Ukraine" + homepage "https://iit.com.ua/" + + livecheck do + url :url + strategy :extract_plist + end + + pkg "EUInstall.pkg" + + uninstall pkgutil: [ + "ua.com.iit.eu", + "ua.com.iit.osplm", + ], + delete: "/Applications/EU.app" + + zap trash: "/Library/Application Support/EU" +end