95884bae22
Closes Homebrew/homebrew#42407. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
11 lines
433 B
Ruby
11 lines
433 B
Ruby
class Term < Formula
|
|
url "https://raw.githubusercontent.com/liyanage/macosx-shell-scripts/e29f7eaa1eb13d78056dec85dc517626ab1d93e3/term"
|
|
sha256 "a0a430f024ff330c6225fe52e3ed9278fccf8a9cd2be9023282481dacfdffb3c"
|
|
version "2.1"
|
|
desc "Open terminal in specified directory (and optionally run command)"
|
|
homepage "https://github.com/liyanage/macosx-shell-scripts/blob/master/term"
|
|
|
|
def install
|
|
bin.install "term"
|
|
end
|
|
end
|