homebrew-cask/Casks/pencil.rb

13 lines
357 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'pencil' do
2013-12-06 23:55:31 +08:00
version '2.0.6'
sha256 'dacd76c658b12101457d17a4ade0b3f9c6a012f8eddacd379c41e372545ffac6'
2015-01-18 10:15:17 +08:00
# googlecode.com is the official download host per the vendor homepage
2014-09-26 20:09:06 +08:00
url "https://evoluspencil.googlecode.com/files/Pencil-#{version}-mac.tar.bz2"
2015-04-18 03:09:33 +08:00
name 'Pencil'
homepage 'http://pencil.evolus.vn'
2015-07-10 06:00:08 +08:00
license :gpl
2014-09-16 00:06:06 +08:00
app 'Pencil.app'
end