diff options
Diffstat (limited to 'homebrew/cpmtools/.beer')
-rw-r--r-- | homebrew/cpmtools/.beer | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/cpmtools/.beer b/homebrew/cpmtools/.beer new file mode 100644 index 000000000..373513b0f --- /dev/null +++ b/homebrew/cpmtools/.beer @@ -0,0 +1,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" +}
\ No newline at end of file |