mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
This patch adds LineIn app from Rogue Amoeba, which enables soft playthru of audio from input devices.
7 lines
191 B
Ruby
7 lines
191 B
Ruby
class Linein < Cask
|
|
url 'http://www.rogueamoeba.com/freebies/download/LineIn.zip'
|
|
homepage 'http://www.rogueamoeba.com/freebies/'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'LineIn.app'
|
|
end
|