Skip to content

Commit

Permalink
Add homebrew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Aug 4, 2023
1 parent 80c7356 commit c39651b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Formula/humanscript.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
class Humanscript < Formula
desc "A truly natural scripting language"
homepage "https://github.com/lukechilds/humanscript"
version "1.0.0"
url "https://github.com/lukechilds/humanscript/archive/1.0.0.tar.gz"
sha256 "<update-this>"

depends_on "openssl"
depends_on "curl"
depends_on "jq"

def install
bin.install "humanscript"
end
end

0 comments on commit c39651b

Please sign in to comment.