From 0ed2df08828c0b4da61c3b40a965ea53342c914a Mon Sep 17 00:00:00 2001 From: "ry.yamafuji" Date: Thu, 25 Dec 2025 00:37:52 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AA=E3=83=9D=E3=82=B8=E3=83=88=E3=83=AA?= =?UTF-8?q?=E3=82=92=E4=BD=9C=E6=88=90=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Formula/slacksend.rb | 13 +++++++++++++ README.md | 6 ++++++ 2 files changed, 19 insertions(+) create mode 100644 Formula/slacksend.rb create mode 100644 README.md 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