From 45c499d011f911b127f771b5743f1b5cfcba40ef Mon Sep 17 00:00:00 2001 From: Aneesh Agrawal Date: Mon, 29 May 2017 18:42:24 -0400 Subject: Fix `./mach upload-nightly macbrew` --- python/servo/servo-binary-formula.rb.in | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 python/servo/servo-binary-formula.rb.in (limited to 'python/servo/servo-binary-formula.rb.in') diff --git a/python/servo/servo-binary-formula.rb.in b/python/servo/servo-binary-formula.rb.in new file mode 100644 index 00000000000..fad773f93ab --- /dev/null +++ b/python/servo/servo-binary-formula.rb.in @@ -0,0 +1,21 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +class ServoBin < Formula + desc "Servo, the Parallel Browser Engine Project (binary version)" + homepage "http://servo.org" + url "PACKAGEURL" + version "VERSION" + sha256 "SHA" + + bottle :unneeded + + def install + prefix.install "bin", "libexec", "resources" + end + + test do + system bin/"servo", "-o", "/dev/null", "-x", "http://example.com" + end +end -- cgit v1.2.3