Existe um pacote de preparação cksfv que pode resolver o problema. Trabalha em Yosemite.
Instale usando cerveja :
brew install cksfv
Instale usando Boxen , usando brew:
# Add this to your Puppetfile:
github "homebrew"
# Add to your personal manifest:
package { 'cksfv': ensure => present }
Crie um arquivo .sfv:
# one file
cksfv myfile.zip > myfile.zip.sfv
# many files
cksfv file1.zip file2.zip > my-two-files.sfv
# all files
cksfv * > all-files-in-this-dir.sfv
Verifique um arquivo .sfv:
cksfv -f myfile.zip.sfv