Skip to content

Commit

Permalink
initial files
Browse files Browse the repository at this point in the history
  • Loading branch information
verdverm committed Sep 23, 2018
1 parent 2f02d65 commit 5c4ad54
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Formula/hof.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
class Hof < Formula
desc "Hofstadter Studios CLI"
homepage "https://docs.hofstadter.io"
url "https://github.com/hofstadter-io/hof/releases/download/0.0.1/hof_0.0.1_MacOS-64bit.tar.gz"
version "0.0.1"
sha256 "b918497ca7519d66901f6cdec9b7b830244f7897b38be941c790b29a4d30cbb1"

def install
bin.install "hof"
end
end

0 comments on commit 5c4ad54

Please sign in to comment.