diff --git a/Casks/parsec.rb b/Casks/parsec.rb new file mode 100644 index 0000000000..ee5d16ff8c --- /dev/null +++ b/Casks/parsec.rb @@ -0,0 +1,13 @@ +cask 'parsec' do + version :latest + sha256 :no_check + + # s3.amazonaws.com/parsec-build was verified as official when first introduced to the cask + url 'https://s3.amazonaws.com/parsec-build/package/parsec-macos.pkg' + name 'Parsec' + homepage 'https://parsecgaming.com/' + + pkg 'parsec-macos.pkg' + + uninstall pkgutil: 'tv.parsec.www' +end