homebrew-cask/Casks/pandoc.rb

18 lines
588 B
Ruby
Raw Normal View History

2014-11-14 01:26:35 +08:00
cask :v1 => 'pandoc' do
2014-09-09 08:40:55 +08:00
version '1.13.1'
sha256 'd82547f5a6838074381a8e97f0f27984bbdb527e211320fc78791d9a64479b2f'
url "https://github.com/jgm/pandoc/releases/download/#{version}/pandoc-#{version}-osx.pkg"
homepage 'http://johnmacfarlane.net/pandoc'
2014-10-12 00:34:57 +08:00
license :gpl
2014-09-10 23:37:05 +08:00
pkg "pandoc-#{version}-osx.pkg"
2014-11-22 22:12:44 +08:00
2014-03-10 01:45:07 +08:00
uninstall :pkgutil => 'net.johnmacfarlane.pandoc'
2014-10-04 22:09:16 +08:00
caveats <<-EOS.undent
Note that homebrew also provides a compiled pandoc Formula that links its
binary to /usr/local/bin/pandoc. It's not recommended to install both the
Cask and the Formula of Pandoc.
2014-10-04 22:09:16 +08:00
EOS
2013-08-06 08:36:17 +08:00
end