homebrew-core/Formula/shellshare.rb
2018-04-09 00:42:29 -07:00

18 lines
410 B
Ruby

class Shellshare < Formula
desc "Live Terminal Broadcast"
homepage "https://shellshare.net"
url "https://github.com/vitorbaptista/shellshare/archive/v1.0.3.tar.gz"
sha256 "d984a413c3b1f785265430519e9b1eecc6e47b96d63f5b207f82872dab0a0765"
bottle :unneeded
depends_on "python@2"
def install
bin.install "public/bin/shellshare"
end
test do
system "#{bin}/shellshare", "-v"
end
end