Skip to content

Developing formulae or casks #5946

Feb 9, 2025 · 4 comments · 11 replies
Discussion options

You must be logged in to vote

Got it working:

class DialogTool < Formula
  desc "Tool to assist in testing and building games using Dialog"
  homepage "https://github.com/hlship/dialog-tool"
  url "https://github.com/hlship/dialog-tool/releases/download/2.0-alpha-8/dialog-tool-2.0-alpha-8.zip"
  sha256 "687348118361dda0bcb204b4f96c892b32dc009caa4c8d18b85872e0062d56de"

  version "2.0-alpha-8"

  depends_on "vickio/dialog/dialog-if"
  depends_on "hlship/brew/aamachine"
  depends_on "borkdude/brew/babashka"
  depends_on "imagemagick"
  depends_on "frotz"


  def install
      bin.install "dgt"
      bin.install "src"
      bin.install "resources"
      bin.install "skein-ui"
      bin.install "bb.edn"

      zsh_complet…

Replies: 4 comments 11 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@hlship
Comment options

@hlship
Comment options

@gromgit
Comment options

Comment options

You must be logged in to vote
2 replies
@hlship
Comment options

@SMillerDev
Comment options

Comment options

You must be logged in to vote
6 replies
@hlship
Comment options

@hlship
Comment options

@gromgit
Comment options

@gromgit
Comment options

@hlship
Comment options

Answer selected by hlship
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants