▍ humdrum codex / homebrew-tap

remove stale dots-cli formula (repo renamed to dots)

ab32b57afb394041470dab0de20c189f4540fcff
humdrum-tiv <45084903+humdrum-tiv@users.noreply.github.com> · 2026-07-29 20:05

parent 2cbf980b

1 files changed

Formula/dots-cli.rb +0 −17
@@ -1,17 +0,0 @@
-# Generated by custard — do not edit by hand.
-class DotsCli < Formula
-  desc "Dots CLI — reflex-speed logging for dots.humdrum.one"
-  homepage "https://codex.humdrum.me/r/dots-cli"
-  url "https://codex.humdrum.me/dl/dots-cli-1.0.0.tar.gz"
-  sha256 "c7e2fdf2abc5eac24556f0101ce8f93ad7824c59088174f0c11c63a300e3b6f9"
-
-  depends_on "go" => :build
-
-  def install
-    system "go", "build", *std_go_args(ldflags: "-s -w -X main.version=#{version}"), "./cmd/dots"
-  end
-
-  test do
-    assert_path_exists bin/"dots-cli"
-  end
-end