From 39a282695df6e37d325e4bc8912f94ddb93a0dcd Mon Sep 17 00:00:00 2001 From: amantahiliani Date: Fri, 23 May 2025 00:22:15 -0400 Subject: [PATCH] Remove Formula --- Formula/todo.rb | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Formula/todo.rb diff --git a/Formula/todo.rb b/Formula/todo.rb deleted file mode 100644 index 616e73b..0000000 --- a/Formula/todo.rb +++ /dev/null @@ -1,16 +0,0 @@ -class Todo < Formula - desc "A simple CLI todo application written in Go" - homepage "https://github.com/AmanTahiliani/todo" - version "0.1.0" - license "MIT" - - depends_on "go" => :build - - def install - system "go", "build", "-o", bin/"todo", "./cmd/todo" - end - - test do - system "#{bin}/todo", "--help" - end -end \ No newline at end of file