Skip to content

Instantly share code, notes, and snippets.

@michaeljs1990
Created July 13, 2015 06:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaeljs1990/56c02bcf534c7925954a to your computer and use it in GitHub Desktop.
Save michaeljs1990/56c02bcf534c7925954a to your computer and use it in GitHub Desktop.
brewing
class Arcanist < Formula
version "master"
desc "Phabricator Arcanist Tool"
homepage "https://secure.phabricator.com/book/phabricator/article/arcanist/"
url "https://github.com/phacility/arcanist/archive/master.tar.gz"
sha256 "b9cdacaf06c1a6f817e450a5d16e9b0a531f8d68cefa33c83c0a6646ae3e42a3"
resource "libphutil" do
url "https://github.com/phacility/libphutil/archive/master.tar.gz"
sha256 "fc01b48bc922a660e46b4fe1ae5f42862e02c5a0bf3ff51d76ab95a5cc45252c"
end
def install
end
test do
system "arc", "version"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment