Skip to content

Commit

Permalink
osh: V6 Thompson Shell Port
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminweb authored and adamv committed Jun 23, 2014
1 parent 168b5f6 commit 374891a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Formula/osh.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
require "formula"

class Osh < Formula
homepage "http://v6shell.org"
head "https://github.com/JNeitzel/v6shell"
url "http://v6shell.org/src/osh-20140410.tar.gz"
sha1 "73d44e5d04504e6af1ffb6e23763ec7f5a40ae1a"

def install
system "make", "install", "prefix=#{prefix}"
end
end

0 comments on commit 374891a

Please sign in to comment.