homebrew-core/Formula/cssembed.rb

14 lines
484 B
Ruby
Raw Normal View History

class Cssembed < Formula
desc "Automatic data URI embedding in CSS files"
2015-10-17 08:24:19 +00:00
homepage "https://www.nczonline.net/blog/2009/11/03/automatic-data-uri-embedding-in-css-files/"
url "https://github.com/downloads/nzakas/cssembed/cssembed-0.4.5.jar"
sha256 "8955016c0d32de8755d9ee33d365d1ad658a596aba48537a810ce62f3d32a1af"
2015-10-23 10:46:51 +00:00
bottle :unneeded
def install
2013-08-12 23:47:39 +00:00
libexec.install "cssembed-#{version}.jar"
bin.write_jar_script libexec/"cssembed-#{version}.jar", "cssembed"
end
end