Skip to content

Instantly share code, notes, and snippets.

@salmanfarisvp
Created August 2, 2024 10:19
Show Gist options
  • Save salmanfarisvp/7179ab67fa3f0f7ede4333176f5aa84e to your computer and use it in GitHub Desktop.
Save salmanfarisvp/7179ab67fa3f0f7ede4333176f5aa84e to your computer and use it in GitHub Desktop.
Screenly CLI Formule
class ScreenlyCli < Formula
desc "Command line interface is intended for quick interaction with Screenly through terminal."
homepage "https://github.com/Screenly/cli"
url "https://github.com/Screenly/cli.git",
tag: "v0.2.7"
version "v0.2.7"
license "MIT"
depends_on "rust" => :build
def install
system "cargo", "install", "--bin", "screenly", *std_cargo_args
end
test do
system "true"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment