multimarkdown: add head and helper scripts

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Lars Bilke 2011-06-22 11:06:01 +02:00 committed by Adam Vandenberg
parent e4a2a48ea1
commit ca18fe905c

View file

@ -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