Skip to content

Instantly share code, notes, and snippets.

View technoir42's full-sized avatar

Sergey C. technoir42

View GitHub Profile
@technoir42
technoir42 / Flank.rb
Created June 23, 2020 17:18
Homebrew formula for installing Flank
class Flank < Formula
desc "Massively parallel Android and iOS test runner for Firebase Test Lab"
homepage "https://firebase.community/"
url "https://github.com/Flank/flank/releases/download/v20.06.2/flank.jar"
sha256 "2aa7e5e5fc83396fa95a2f41341a39d07ee289289e67bdfea874fd5e521777b9"
bottle :unneeded
depends_on "openjdk"