aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/stlviewer.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/stlviewer.rb b/Library/Formula/stlviewer.rb
new file mode 100644
index 000000000..dc6bf4360
--- /dev/null
+++ b/Library/Formula/stlviewer.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class Stlviewer < Formula
+ homepage 'https://github.com/vishpat/stlviewer#readme'
+ url 'https://github.com/vishpat/stlviewer/archive/release-0.1.tar.gz'
+ sha1 '2ceeee6e36de4b9e95002940d893819fb9e09120'
+
+ def install
+ system './compile.py'
+ bin.install 'stlviewer'
+ end
+end