mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
21 lines
654 B
Ruby
21 lines
654 B
Ruby
cask "ipepresenter" do
|
|
arch arm: "arm", intel: "intel"
|
|
|
|
version "7.2.28"
|
|
sha256 arm: "1344f1fb01da20443fc2acc48fe8a90fec76b790d71a6b022c2ddb45db9aa4a2",
|
|
intel: "de4317a02ea6a2b93a5f49aa0e61876de647160cfe3286ae573f89828353e697"
|
|
|
|
url "https://github.com/otfried/ipe/releases/download/v#{version}/ipepresenter-#{version}-mac-#{arch}.dmg",
|
|
verified: "github.com/otfried/ipe/"
|
|
name "IpePresenter"
|
|
desc "Make presentations from PDFs"
|
|
homepage "https://ipepresenter.otfried.org/"
|
|
|
|
livecheck do
|
|
url :homepage
|
|
regex(/href=.*?ipepresenter[._-](\d+(?:\.\d+)+)[._-]mac[._-]#{arch}\.dmg/i)
|
|
end
|
|
|
|
app "IpePresenter.app"
|
|
end
|