homebrew-core/Formula/malbolge.rb
2015-06-05 14:47:57 +01:00

22 lines
502 B
Ruby

require 'formula'
class Malbolge < Formula
desc "Deliberately difficult to program esoteric programming language"
homepage 'http://esoteric.sange.fi/orphaned/malbolge/README.txt'
url 'http://esoteric.sange.fi/orphaned/malbolge/malbolge.c'
version '0.1.0'
sha1 'caea2eb8c51486b4de57bdfa5ed4deba431e9e20'
patch :DATA
def install
system ENV.cxx, "malbolge.c", "-o", "malbolge"
bin.install 'malbolge'
end
end
__END__
--- /malbolge.c
+++ /malbolge.c
25d24
< #include <malloc.h>