diff --git a/Formula/humanscript.rb b/Formula/humanscript.rb new file mode 100644 index 0000000..f8216cc --- /dev/null +++ b/Formula/humanscript.rb @@ -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 "" + + depends_on "openssl" + depends_on "curl" + depends_on "jq" + + def install + bin.install "humanscript" + end +end \ No newline at end of file