commit 0ed2df08828c0b4da61c3b40a965ea53342c914a Author: ry.yamafuji Date: Thu Dec 25 00:37:52 2025 +0900 リポジトリを作成する diff --git a/Formula/slacksend.rb b/Formula/slacksend.rb new file mode 100644 index 0000000..b0ae4b4 --- /dev/null +++ b/Formula/slacksend.rb @@ -0,0 +1,13 @@ +class Slacksend < Formula + desc "Send message to Slack from CLI" + homepage "https://gitea.pglikers.com/tools/slacksend" + version "1.2.3" + + + + + test do + system "#{bin}/slacksend", "--version" + end + +end \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..ba3780c --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +## Install + +```sh +brew tap tools/slacksend +brew install slacksend +``` \ No newline at end of file