This package provides a command line tool named 'eyeD3'. However
the formula installs it under the name 'eyeD3_script'. This breaks
scripts/workflows that expect to find the tool by its official name.
Also correct a typo.
Remark: 'bin.install_symlink' needs a hash argument where source
and target names differ. But the formula separated source & target
names with a ','. Looks like an inadvertent slip to me.
ClosesHomebrew/homebrew#26487.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
eyeD3 is a Python module and program for processing ID3 tags.
Information about mp3 files (i.e bit rate, sample frequency, play time, etc.)
is also provided. The formats supported are ID3 v1.0/v1.1 and v2.3/v2.4.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Install privately to libexec and link the script into bin