Skip to content

Instantly share code, notes, and snippets.

@helloIAmPau
Created August 4, 2013 06:27
Show Gist options
  • Save helloIAmPau/6149412 to your computer and use it in GitHub Desktop.
Save helloIAmPau/6149412 to your computer and use it in GitHub Desktop.
The depot tools formula
require 'formula'
class Depot < Formula
homepage 'https://sites.google.com/a/chromium.org/dev/developers/how-tos/depottools'
url 'https://chromium.googlesource.com/chromium/tools/depot_tools.git'
sha1 ''
def install
prefix.install Dir['*']
end
test do
system "false"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment