Skip to content

Commit

Permalink
no-more-secrets 0.1.0 (new formula)
Browse files Browse the repository at this point in the history
Closes #752.

Signed-off-by: Andrew Janke <andrew@apjanke.net>
  • Loading branch information
apjanke committed May 1, 2016
1 parent 26c80bd commit 7359265
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Formula/no-more-secrets.rb
@@ -0,0 +1,16 @@
class NoMoreSecrets < Formula
desc 'Recreates the SETEC ASTRONOMY effect from "Sneakers"'
homepage "https://github.com/bartobri/no-more-secrets"
url "https://github.com/bartobri/no-more-secrets/archive/v0.1.0.tar.gz"
sha256 "9e42f359bda578716d176245d416b5924ed0b321390a28221467301bc10e537b"

def install
system "make", "all"
bin.install "bin/nms", "bin/sneakers"
end

test do
# nms is an interactive-only program, so we can't do a real test
assert (bin/"nms").executable?
end
end

0 comments on commit 7359265

Please sign in to comment.