Created
July 13, 2015 06:21
-
-
Save michaeljs1990/56c02bcf534c7925954a to your computer and use it in GitHub Desktop.
brewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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