Add drafts

This commit is contained in:
Rico Sta. Cruz 2015-04-27 10:47:47 +08:00
parent 766ac8f174
commit da76e474ce
3 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
---
title: Homebrew formula
---
brew create http://example.com/foo-0.1.tar.gz
https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md#formula-cookbook
assert(this.ary.indexOf(zero) === two)
```
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make", "install"
cd "build/cmake"
mv "a", "b"
end
```