リポジトリを作成する

This commit is contained in:
ry.yamafuji 2025-12-25 00:37:52 +09:00
commit 0ed2df0882
2 changed files with 19 additions and 0 deletions

13
Formula/slacksend.rb Normal file
View File

@ -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

6
README.md Normal file
View File

@ -0,0 +1,6 @@
## Install
```sh
brew tap tools/slacksend
brew install slacksend
```