multimarkdown: add head and helper scripts
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
e4a2a48ea1
commit
ca18fe905c
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue