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-10-24 20:27:49 +08:00
version '4.4.1'
sha256 'e87ac3a09ed5294117d22627067722bb6c774d32bba950cc279b4818c9226818'
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-10-24 20:27:49 +08:00
depends_on macos: '>= :sierra'
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