We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2508eb8 commit f28097dCopy full SHA for f28097d
formula.rb
@@ -1,10 +1,16 @@
1
+require "formula"
2
+
3
class Touchp < Formula
- desc "basically `mkdir -p` + `touch`, written in Go"
- homepage "https://github.com/defeated/touchp/"
4
url "https://github.com/defeated/touchp/releases/download/0.0.1/touchp-0.1.1-darwin-amd64.zip"
5
+ homepage "https://github.com/defeated/touchp/"
6
+ desc "basically `mkdir -p` + `touch`, written in Go"
7
sha256 "f0275b34d87c624541dd04824815290666bc6de5055632d32d4d154507e27ed0"
8
9
def install
10
bin.install "touchp"
11
end
12
13
+ test do
14
+ system "touchp"
15
+ end
16
0 commit comments