Commit ea1867bd authored by Ed Reel's avatar Ed Reel Committed by GitHub

Merge pull request #1276 from cstrouse/add-mdp

Add mdp package
parents 81215dd3 da6101ef
require 'package'
class Mdp < Package
description 'A command-line based markdown presentation tool.'
homepage 'https://github.com/visit1985/mdp'
version '1.0.10'
source_url 'https://github.com/visit1985/mdp/archive/1.0.10.tar.gz'
source_sha256 '7384c1ba32bd8e4b11342570d2144165a60682499b4cb54e50c8eb3164cfabc5'
binary_url ({
})
binary_sha256 ({
})
depends_on 'ncurses'
def self.build
system "CPPFLAGS=-I#{CREW_PREFIX}/include/ncursesw PREFIX=#{CREW_PREFIX} make"
end
def self.install
system 'make', "DESTDIR=#{CREW_DEST_DIR}", 'install'
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment