homebrew-cask/Casks/touch-portal.rb

19 lines
423 B
Ruby

cask "touch-portal" do
version "2.3.010"
sha256 :no_check
url "https://www.touch-portal.com/downloads/Touch_Portal_Installer.pkg"
name "Touch Portal"
desc "Macro remote control"
homepage "https://www.touch-portal.com/"
livecheck do
url :homepage
regex(/\.pkg.*\n.*<br>v?(\d+(?:\.\d+)*)/i)
end
pkg "Touch_Portal_Installer.pkg"
uninstall pkgutil: "org.eclipse.jdt.internal.jarinjarloader"
end