diff options
| author | Lars Bilke | 2011-06-22 11:06:01 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-06-22 14:43:02 -0700 |
| commit | c95b133430e9b60cddd3fc383bce0449e8bce06e (patch) | |
| tree | 2801b3555fee4c0a68d56277bd4d718ad05cbf25 | |
| parent | b21738876172eeef5614bc6f6e8792407584784f (diff) | |
| download | homebrew-c95b133430e9b60cddd3fc383bce0449e8bce06e.tar.bz2 | |
multimarkdown: add head and helper scripts
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/multimarkdown.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/multimarkdown.rb b/Library/Formula/multimarkdown.rb index d5ce20fc3..0528eceb7 100644 --- a/Library/Formula/multimarkdown.rb +++ b/Library/Formula/multimarkdown.rb @@ -4,7 +4,7 @@ class Multimarkdown < Formula homepage 'http://fletcherpenney.net/multimarkdown/' url 'https://github.com/fletcher/peg-multimarkdown/tarball/3.0' md5 '607387dc346a71203f100564874294fe' - head 'https://github.com/fletcher/peg-multimarkdown.git' + head 'https://github.com/fletcher/peg-multimarkdown.git', :branch => 'development' depends_on 'pkg-config' => :build depends_on 'gettext' @@ -13,5 +13,7 @@ class Multimarkdown < Formula def install system "make" bin.install 'multimarkdown' + bin.install Dir['Support/bin/*'] + bin.install Dir['scripts/*'] end end |
