mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Remove an unused file (#30662)
This was probably used for the now removed homebrew package.
This commit is contained in:
parent
01b30e1552
commit
af68769007
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
||||||
# 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 https://mozilla.org/MPL/2.0/.
|
|
||||||
|
|
||||||
class ServoBin < Formula
|
|
||||||
desc "Servo, the Parallel Browser Engine Project (binary version)"
|
|
||||||
homepage "https://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
|
|
Loading…
Add table
Add a link
Reference in a new issue