We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a98bc1 commit a54aaf7Copy full SHA for a54aaf7
Formula/delete.rb
@@ -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
16
+end
0 commit comments