mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
Flip4Mac components allow you to play, import, convert and make Windows Media video and audio files on your Mac.
10 lines
285 B
Ruby
10 lines
285 B
Ruby
class Flip4mac < Cask
|
|
url 'http://dvd-mac.com/download/Flip4Mac_3.2.0.16.dmg'
|
|
homepage 'http://dvd-mac.com/flip4mac.html'
|
|
version '3.2.0.16'
|
|
sha1 'b4d24b715848a6a4723c21555a9787a5d541a8a8'
|
|
install 'Flip4Mac.pkg'
|
|
uninstall(
|
|
:pkgutil => 'net.telestream.Flip4Mac'
|
|
)
|
|
end
|