2019-09-18 09:10:36 +00:00
|
|
|
# Documentation: https://docs.brew.sh/Formula-Cookbook
|
|
|
|
# https://rubydoc.brew.sh/Formula
|
|
|
|
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST!
|
|
|
|
class Espanso < Formula
|
|
|
|
desc "{{{app_desc}}}"
|
|
|
|
homepage "{{{app_url}}}"
|
2019-09-21 16:59:29 +00:00
|
|
|
url "https://github.com/federico-terzi/espanso/releases/latest/download/espanso-mac.tar.gz"
|
2019-09-18 09:10:36 +00:00
|
|
|
sha256 "{{{release_hash}}}"
|
|
|
|
version "{{{app_version}}}"
|
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install "espanso"
|
|
|
|
end
|
|
|
|
end
|