blob: c27f8aed9cd666143247b4466e92dd65c24b2938 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "Mdr",
"description": "Make diffs readable",
"url": "https://github.com/halffullheart/mdr/archive/v1.0.1.tar.gz",
"mirror": null,
"homepage": "https://github.com/halffullheart/mdr",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"rake\"",
"libexec.install Dir[\"*\"]",
"bin.install_symlink libexec/\"build/dev/mdr\""
],
"version": "1.0.1",
"file": "mdr.rb"
}
|