browsh.rb 521 B

12345678910111213141516171819202122
  1. # This file was generated by GoReleaser. DO NOT EDIT.
  2. class Browsh < Formula
  3. desc "The modern, text-based browser"
  4. homepage "https://www.brow.sh"
  5. version "1.6.4"
  6. if OS.mac?
  7. url "https://github.com/browsh-org/browsh/releases/download/v1.6.4/browsh_1.6.4_darwin_amd64.tar.gz"
  8. sha256 "1ca4cc0f1f9afd0d149a0f4e3db9ccc187479ab6fa125ab0be99de45a597ff65"
  9. elsif OS.linux?
  10. end
  11. def install
  12. bin.install "browsh"
  13. end
  14. def caveats; <<~EOS
  15. You need Firefox 57 or newer to run Browsh
  16. EOS
  17. end
  18. end