homebrew-core/Formula/mozilla-addon-sdk.rb

14 lines
428 B
Ruby

class MozillaAddonSdk < Formula
desc "Create Firefox add-ons using JS, HTML, and CSS"
homepage "https://developer.mozilla.org/en-US/Add-ons/SDK"
url "https://archive.mozilla.org/pub/mozilla.org/labs/jetpack/addon-sdk-1.17.zip"
sha256 "16e29d92214a556c8422db156b541fb8c47addfcb3cd879e0a4ca879d6a31f65"
bottle :unneeded
def install
libexec.install Dir["*"]
bin.install_symlink "#{libexec}/bin/cfx"
end
end