Skip to content

Commit a54aaf7

Browse files
committed
prepare for homebrew
1 parent 8a98bc1 commit a54aaf7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Formula/delete.rb

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
class Delete < Formula
2+
desc "Simple scripts that help to ease handy work daily, most of these cli tools was written in Golang"
3+
homepage "http://hacktons.cn/homebrew-cli"
4+
url "https://github.com/hacktons/homebrew-cli/releases/download/v0.0.1/deleteBuild_0.0.1_macOS_64-bit.tar.gz"
5+
sha256 "8de05ac044444d33beca2f27bc274939cdcf2cd1e5f00229c64bf2b1aa02f82a"
6+
7+
version "0.0.1"
8+
9+
def install
10+
bin.install "deleteBuild"
11+
end
12+
13+
test do
14+
system "bin/deleteBuild"
15+
end
16+
end

0 commit comments

Comments
 (0)