Skip to content

Commit

Permalink
shellshare 1.0.1 (new formula) (#10518)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthar360 authored and MikeMcQuaid committed Mar 4, 2017
1 parent 0d172cd commit 71f95fc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Formula/shellshare.rb
@@ -0,0 +1,18 @@
class Shellshare < Formula
desc "Live Terminal Broadcast"
homepage "https://shellshare.net"
url "https://github.com/vitorbaptista/shellshare/archive/v1.0.1.tar.gz"
sha256 "e151bf4e9f3fa133f801d7d5843ad5d3ada4cd44ec5ea9e98b77ccdea4587918"

bottle :unneeded

depends_on :python if MacOS.version <= :snow_leopard

def install
bin.install "public/bin/shellshare"
end

test do
system "#{bin}/shellshare", "-v"
end
end

0 comments on commit 71f95fc

Please sign in to comment.