Skip to content

Instantly share code, notes, and snippets.

@cmbankester
Last active November 24, 2015 18:05
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 cmbankester/821231f744ed4dcfdd5f to your computer and use it in GitHub Desktop.
Save cmbankester/821231f744ed4dcfdd5f to your computer and use it in GitHub Desktop.
Desk Homebrew Installer
class Desk < Formula
desc "Lightweight workspace manager for the shell"
homepage "https://github.com/jamesob/desk"
url "https://github.com/jamesob/desk/archive/v0.3.1.tar.gz"
sha256 "b687e2cfa742f763d689391f67a5b5225324e282a0fed100487b1570988d7758"
def install
bin.install "desk"
end
test do
system "#{bin}/desk", "help"
system "#{bin}/desk", "version"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment