Files
homebrew-cask/Casks/t/tabula.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

13 lines
431 B
Ruby

cask "tabula" do
version "1.2.1"
sha256 "7f0270ce3db17cfa14a8a111de9fbf39fbdd330d9784796daf13019d08cac140"
url "https://github.com/tabulapdf/tabula/releases/download/v#{version.major_minor_patch}/tabula-mac-#{version}.zip",
verified: "github.com/tabulapdf/tabula/"
name "Tabula"
desc "Tool for liberating data tables trapped inside PDF files"
homepage "https://tabula.technology/"
app "tabula/Tabula.app"
end