Skip to content

Commit 2508eb8

Browse files
committed
homebrew formula
1 parent dcd1fd0 commit 2508eb8

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
basically `mkdir -p` + `touch`
44

5+
## install
6+
7+
### osx
8+
9+
brew install https://github.com/defeated/touchp/formual.rb
10+
511
## usage
612

713
```sh

formula.rb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
class Touchp < Formula
2+
desc "basically `mkdir -p` + `touch`, written in Go"
3+
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+
sha256 "f0275b34d87c624541dd04824815290666bc6de5055632d32d4d154507e27ed0"
6+
7+
def install
8+
bin.install "touchp"
9+
end
10+
end

0 commit comments

Comments
 (0)