1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
{
"name": "Cpmtools",
"description": "Tools to access CP/M file systems",
"url": "http://www.moria.de/~michael/cpmtools/files/cpmtools-2.20.tar.gz",
"mirror": null,
"homepage": "http://www.moria.de/~michael/cpmtools/",
"depends": [
{
"depend": "libdsk",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--prefix=#{prefix}\", \"--with-libdsk\"",
"bin.mkpath",
"man1.mkpath",
"man5.mkpath",
"system \"make\", \"install\""
],
"version": "2.20",
"file": "cpmtools.rb"
}
|