homebrew-cask/Casks/gramps.rb

13 lines
403 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gramps' do
2015-10-20 09:11:27 +08:00
version '4.2.1-1'
sha256 '9672a1cdde835ccdd1ab130019f2a71877991e0b75d3b6f02eb4b5fc68e3dec6'
2014-12-10 07:44:12 +08:00
# sourceforge.net is the official download host per the vendor homepage
url "http://downloads.sourceforge.net/project/gramps/Stable/#{version.sub(%r{-\d}, '')}/Gramps-Intel-#{version}.dmg"
2015-01-05 04:53:53 +08:00
name 'Gramps'
2014-12-10 07:44:12 +08:00
homepage 'https://gramps-project.org/'
license :gpl
2014-12-10 07:44:12 +08:00
app 'Gramps.app'
end