homebrew-cask/Casks/geotag.rb

21 lines
589 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'geotag' do
2018-05-13 03:34:24 +08:00
version '4.3'
sha256 '054aa3db26340c21b04c7173934de2a6d03f825d2568480e5396e2a38f8f6ae8'
2015-08-10 20:55:47 +08:00
url "https://www.snafu.org/GeoTag/GeoTag-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://www.snafu.org/GeoTag/'
2015-08-10 20:55:47 +08:00
name 'GeoTag'
2016-11-15 07:18:52 +08:00
homepage 'https://www.snafu.org/GeoTag/'
2015-08-10 20:55:47 +08:00
2018-05-13 03:34:24 +08:00
depends_on macos: '>= :yosemite'
depends_on formula: 'exiftool'
2016-01-15 12:00:03 +08:00
2015-08-10 20:55:47 +08:00
app 'GeoTag.app'
2016-01-15 12:00:03 +08:00
2017-11-18 18:08:50 +08:00
zap trash: [
'~/Library/Caches/org.snafu.GeoTag',
'~/Library/Preferences/org.snafu.GeoTag.plist',
'~/Library/Saved Application State/org.snafu.GeoTag.savedState',
]
2015-08-10 20:55:47 +08:00
end