homebrew-cask/Casks/geotag.rb

21 lines
587 B
Ruby

cask 'geotag' do
version '4.6'
sha256 '62feb077a8764f887f1e0327930674bb80d27858731409cc73bc3aa763bf20e6'
url "https://www.snafu.org/GeoTag/GeoTag-#{version}.dmg"
appcast 'https://www.snafu.org/GeoTag/'
name 'GeoTag'
homepage 'https://www.snafu.org/GeoTag/'
depends_on macos: '>= :sierra'
depends_on formula: 'exiftool'
app 'GeoTag.app'
zap trash: [
'~/Library/Caches/org.snafu.GeoTag',
'~/Library/Preferences/org.snafu.GeoTag.plist',
'~/Library/Saved Application State/org.snafu.GeoTag.savedState',
]
end