andrewferrier_email2pdf/brew/email2pdf_template.rb
2020-07-14 11:53:21 +01:00

15 lines
332 B
Ruby

class Email2pdf < Formula
desc "Email2PDF"
homepage "http://github.com/andrewferrier/email2pdf"
url "https://github.com/andrewferrier/email2pdf/archive/X.Y.zip"
version "X.Y"
depends_on "python@3"
depends_on "libmagic"
def install
bin.install "email2pdf"
doc.install "README.md", "LICENSE.txt"
end
end