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

Commit

Permalink
Intercal 0.29
Browse files Browse the repository at this point in the history
Closes #14810.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
jakesjews authored and halloleo committed Sep 14, 2012
1 parent 322e7e2 commit b8fca87
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Library/Formula/intercal.rb
@@ -0,0 +1,20 @@
require 'formula'

class Intercal < Formula
homepage 'http://catb.org/esr/intercal/'
url 'http://overload.intercal.org.uk/c/intercal-0.29.pax.gz'
sha1 'a1109c97ab0a3ccc5ad181cb6d4b7aa470a69e1d'

depends_on :autoconf

def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end

def test
system "#{bin}/convickt"
system "#{bin}/ick"
end
end

0 comments on commit b8fca87

Please sign in to comment.