Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
cpmtools 2.13
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
anarchivist authored and adamv committed Jun 10, 2011
1 parent 819b26f commit a1df635
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Library/Formula/cpmtools.rb
@@ -0,0 +1,17 @@
require 'formula'

class Cpmtools < Formula
url 'http://www.moria.de/~michael/cpmtools/cpmtools-2.13.tar.gz'
homepage 'http://www.moria.de/~michael/cpmtools/'
md5 'd0622e33c80d2abb44cbe2e844285ce6'

def install
system "./configure", "--prefix=#{prefix}"

bin.mkpath
man1.mkpath
man5.mkpath

system "make install"
end
end

0 comments on commit a1df635

Please sign in to comment.