aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/stlviewer.rb
blob: dc6bf4360cee3d685af243849eed0a46f91fae4b (plain)
1
2
3
4
5
6
7
8
9
10
11
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