homebrew-core/Formula/chcase.rb

23 lines
483 B
Ruby
Raw Normal View History

require 'formula'
2011-03-13 01:43:53 +00:00
class Chcase < ScriptFileFormula
2013-06-02 19:23:47 +00:00
homepage 'http://www.primaledge.ca/chcase.html'
url 'http://www.primaledge.ca/chcase'
version '2.0'
sha1 'ec81ad76d85cf9162d422e801092ddc5e0841e39'
2013-06-02 19:23:47 +00:00
# add a shebang so that brew properly sets it executable
2014-03-18 17:13:30 +00:00
patch :DATA
end
__END__
diff --git a/chcase b/chcase
index 689fc79..93efae8
--- a/chcase
+++ b/chcase
@@ -1,3 +1,4 @@
+#!/bin/sh -- # -*- perl -*-
eval 'exec perl $0 ${1+"$@"}'
if 0;
# don't modify below here