Last active
November 24, 2015 18:05
-
-
Save cmbankester/821231f744ed4dcfdd5f to your computer and use it in GitHub Desktop.
Desk Homebrew Installer
This file contains 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 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