2012-02-10 16:42:42 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class CssCrush < Formula
|
|
|
|
homepage 'http://the-echoplex.net/csscrush'
|
2012-12-01 04:31:58 +00:00
|
|
|
url 'https://github.com/peteboere/css-crush/tarball/v1.8'
|
|
|
|
sha1 'add5879b75b293e44375b726347e4d7d90a187ed'
|
2012-02-10 16:42:42 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
libexec.install Dir['*']
|
|
|
|
(bin+'csscrush').write <<-EOS.undent
|
|
|
|
#!/bin/sh
|
|
|
|
php "#{libexec}/cli.php" "$@"
|
|
|
|
EOS
|
|
|
|
end
|
|
|
|
end
|