1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "Mdp",
"description": "Command-line based markdown presentation tool",
"url": "https://github.com/visit1985/mdp/archive/1.0.15.tar.gz",
"mirror": null,
"homepage": "https://github.com/visit1985/mdp",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"make\"",
"system \"make\", \"install\", \"PREFIX=#{prefix}\"",
"pkgshare.install \"sample.md\""
],
"version": "1.0.15",
"file": "mdp.rb"
}
|